Exemplo n.º 1
0
 public ProjectBL(DAC.ProjectManagerEntities1 context)
 {
     dbContext = context;
 }
Exemplo n.º 2
0
 public ProjectBL()
 {
     dbContext = new DAC.ProjectManagerEntities1();
 }
Exemplo n.º 3
0
 public TaskBL()
 {
     dbcontext = new DAC.ProjectManagerEntities1();
 }
Exemplo n.º 4
0
 public TaskBL(DAC.ProjectManagerEntities1 context)
 {
     dbcontext = context;
 }
Exemplo n.º 5
0
 public UserBL(ProjectManagerAPI.Datalayer.ProjectManagerEntities1 context)
 {
     dbcontext = context;
 }