public LessonsController(SundayTimeTableContext context)
 {
     _context = context;
 }
示例#2
0
 public SgroupsController(SundayTimeTableContext context)
 {
     _context = context;
 }
 public StudentsController(SundayTimeTableContext context)
 {
     _context = context;
 }
示例#4
0
 public TeachersController(SundayTimeTableContext context)
 {
     _context = context;
 }