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
- Fixed MR-84
[castle.git]
/
MonoRail
/
TestSiteARSupport
/
Controllers
/
CustomerController.cs
blob
a5550adf864598310ec2e226589af564c8c7820c
1
namespace
TestSiteARSupport
.
Controllers
2
{
3
using
Castle
.
MonoRail
.
Framework
;
4
using
Model
;
5
6
[
Scaffolding
(
typeof
(
Customer
))]
7
public class
CustomerController
:
Controller
8
{
9
}
10
}