repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged branch back to the trunk. Build is passing with no changes.
[castle.git]
/
MonoRail
/
TempWeb
/
Controllers
/
HomeController.cs
blob
84c0423acb1b22e3a376d8fe7aae72eb51e06459
1
namespace
TempWeb
.
Controllers
2
{
3
using
System
;
4
using
Castle
.
MonoRail
.
Framework
;
5
6
[
Layout
(
"default"
)]
7
public class
HomeController
:
Controller
8
{
9
public void
Index
()
10
{
11
}
12
13
public void
Js
()
14
{
15
16
}
17
18
//
19
// public Product[] A()
20
// {
21
//
22
// }
23
}
24
}