Beispiel #1
0
 public ValuesController(IAroundMooUow uow)
 {
     Uow = uow;
     //var member = new Member("admin", "*****@*****.**", "admin!", MemberRole.Admin);
     //uow.Members.Add(member);
     //uow.Commit();
 }
 public CommentController(IAroundMooUow uow)
 {
     Uow = uow;
 }
Beispiel #3
0
 public MemberController(IAroundMooUow uow)
 {
     Uow = uow;
 }
Beispiel #4
0
 public DummyController(IAroundMooUow uow)
 {
     Uow = uow;
 }
Beispiel #5
0
 public HomeController(IAroundMooUow uow)
 {
     Uow = uow;
 }