示例#1
0
 public StudentsController(SchoolContext context, Icontoso_repository _rep)
 {
     _context    = context;
     _repository = _rep;
 }
 public DepartmentsController(SchoolContext context, Icontoso_repository _rep)
 {
     _context         = context;
     this._repository = _rep;
 }