コード例 #1
0
 public WStreamsServices()
 {
     _dbContext = new dorothyEntities(); //STILL HAVE TO DISPOSE
 }
コード例 #2
0
 public CategoryServices()
 {
     _dbContext = new dorothyEntities(); //STILL HAVE TO DISPOSE
 }
コード例 #3
0
 public AGoalServices()
 {
     _dbContext = new dorothyEntities(); //STILL HAVE TO DISPOSE
 }