public HomeController(IObjectRepositary r)
 {
     repo = r;
 }
Beispiel #2
0
 public testController(IObjectRepositary r)
 {
     repo = r;
 }