Esempio n. 1
0
 public UserBC(DAC.ProjectManagerEntities context)
 {
     dbContext = context;
 }
Esempio n. 2
0
 public UserBC()
 {
     dbContext = new DAC.ProjectManagerEntities();
 }