Esempio n. 1
0
 public SubcategoryServices()
 {
     _dbContext = new CYJDashboardEntities1();
 }
Esempio n. 2
0
 public GoalServices()
 {
     _dbContext = new CYJDashboardEntities1();
 }
Esempio n. 3
0
 public WorkstreamServices()
 {
     _dbContext = new CYJDashboardEntities1();
 }