Ejemplo n.º 1
0
 public StudentRepo()
 {
     DataContext = new AutogearDBEntities();
 }
Ejemplo n.º 2
0
 public PostalRepo()
 {
     DataContext = new AutogearDBEntities();
 }
Ejemplo n.º 3
0
 public InstructorRepo()
 {
     DataContext = new AutogearDBEntities();
 }