Example #1
0
 public RulesRepository()
 {
     entities = new AshokaTestEntities();
 }
Example #2
0
 public StudentRepository()
 {
     entities = new AshokaTestEntities();
 }
Example #3
0
 public CoursesRepository()
 {
     entities = new AshokaTestEntities();
 }