예제 #1
0
 public AccountController(InnoSheetContext context)
 {
     _context = context;
 }
예제 #2
0
 public ScheduleController(InnoSheetContext context)
 {
     _context = context;
 }