public GroupsStudentsController(ForeignLangTutorsDBContext context)
 {
     _context = context;
 }
 public AutomatizationController(ForeignLangTutorsDBContext context)
 {
     _context = context;
 }
Exemple #3
0
 public TutorsController(ForeignLangTutorsDBContext context)
 {
     _context = context;
 }
 public StatisticsController(ForeignLangTutorsDBContext context)
 {
     _context = context;
 }