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