public ServiceBase()
 {
     ExampleDataAccess = new ExampleInfoRepository();
 }
Beispiel #2
0
 public ExampleInfoController()
 {
     repo = new ExampleInfoRepository();
 }