public ServiceBase()
 {
     ExampleDataAccess = new ExampleInfoRepository();
 }
Esempio n. 2
0
 public ExampleInfoController()
 {
     repo = new ExampleInfoRepository();
 }