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