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
Attempting to fix NRE in CreateBrailBase
[castle.git]
/
MonoRail
/
TempWeb
/
Controllers
/
Home2Controller.cs
blob
5f9bd2e8240caa6a8eda18d4398c19cb6c796abc
1
namespace
TempWeb
.
Controllers
2
{
3
using
Castle
.
MonoRail
.
Framework
;
4
5
[
Layout
(
"Site1"
)]
6
public class
Home2Controller
:
Controller
7
{
8
public void
Index
()
9
{
10
11
}
12
}
13
}