public SqlServerStudentDbService(s19312Context context)
 {
     this.context = context;
 }
Exemple #2
0
 public StudentsControllers(s19312Context context, IStudentDbService service)
 {
     _context = context;
     _service = service;
 }