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