Пример #1
0
 public FeesClear(FlearanceContext context, StudentService studentService)
 {
     _context        = context;
     _studentService = studentService;
 }
Пример #2
0
 public SportsService(FlearanceContext context, StudentService studentService)
 {
     _context        = context;
     _studentService = studentService;
 }
Пример #3
0
 public StudentService(FlearanceContext context, DepartmentService departmentService)
 {
     _context           = context;
     _departmentService = departmentService;
 }
Пример #4
0
 public DepartmentService(FlearanceContext context)
 {
     _context = context;
 }
Пример #5
0
 public HallsDeletedController(FlearanceContext context)
 {
     _context = context;
 }
 public SportsDeletedController(FlearanceContext context)
 {
     _context = context;
 }