public ServiceBase() { ExampleDataAccess = new ExampleInfoRepository(); }
public ExampleInfoController() { repo = new ExampleInfoRepository(); }