Beispiel #1
0
 public EnrollmentController2(IStudentsDbService2 context)
 {
     _context = context;
 }
Beispiel #2
0
 // GET: api/<controller>
 public StudentsController2(IStudentsDbService2 context)
 {
     _context = context;
 }