Example #1
0
 public TaskBc(ProjMgrDAC.ProjectManagerEntities1 context)
 {
     dbContext = context;
 }
Example #2
0
 public TaskBc()
 {
     dbContext = new ProjMgrDAC.ProjectManagerEntities1();
 }