Esempio n. 1
0
 public AGoalServices()
 {
     _dbContext = new mastermodelEntities(); //STILL HAVE TO DISPOSE
 }
Esempio n. 2
0
 public SubcategoryServices()
 {
     _dbContext = new mastermodelEntities(); //STILL HAVE TO DISPOSE
 }