public StudentsController(MySQLDbcontext context, ICookieHelper helper) { _context = context; _helper = helper; }
public CoursesController(MySQLDbcontext context, ICookieHelper helper) { _context = context; _helper = helper; }
public ValuesController(MySQLDbcontext context) { _context = context; }