Exemplo n.º 1
0
 public SqlServerStudentDbService(s19312Context context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public StudentsControllers(s19312Context context, IStudentDbService service)
 {
     _context = context;
     _service = service;
 }