Esempio n. 1
0
 static ProjectManagerRepository()
 {
     DbContext = new ProjectManagerEntities();
 }
 public ProjectManagerDL()
 {
     _DBContext = new ProjectManagerEntities();
 }