Example #1
0
 public EFCourseService(RegistrationDBContext service)
 {
     context = service;
 }
Example #2
0
 public EFEnrollmentService(RegistrationDBContext service)
 {
     context = service;
 }
 public EFStudentService(RegistrationDBContext service)
 {
     context = service;
 }
 public IndexModel(RegistrationDBContext PersonDBcontext)
 {
     _persondbcontext = PersonDBcontext;
 }
Example #5
0
 public RegistrationModel(RegistrationDBContext registercontext)
 {
     _registrationdbcontext = registercontext;
 }