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