public HomeController(IObjectRepositary r)
 {
     repo = r;
 }
Ejemplo n.º 2
0
 public testController(IObjectRepositary r)
 {
     repo = r;
 }