예제 #1
0
 public University_DAL()
 {
     model = new SchoolEntities();
 }
예제 #2
0
 public SubjectFaculty_DAL()
 {
     //use model as reference
     model = new SchoolEntities();
 }
예제 #3
0
 public Subject_DAL()
 {
     model = new SchoolEntities();
 }
예제 #4
0
 public Faculty_DAL()
 {
     model = new SchoolEntities();
 }