示例#1
0
 public StudentsController(MySQLDbcontext context, ICookieHelper helper)
 {
     _context = context;
     _helper  = helper;
 }
示例#2
0
 public CoursesController(MySQLDbcontext context, ICookieHelper helper)
 {
     _context = context;
     _helper  = helper;
 }
示例#3
0
 public ValuesController(MySQLDbcontext context)
 {
     _context = context;
 }