Пример #1
0
 public ClassesController(ISStudySpotContext context)
 {
     _context = context;
 }
 public StudyController(ISStudySpotContext context)
 {
     _context = context;
 }