예제 #1
0
 public APEncryptionsController(MyWeeFeeContext context)
 {
     _context = context;
 }
예제 #2
0
 public StudentsController(MyWeeFeeContext context)
 {
     _context = context;
 }
예제 #3
0
 public AccesspointsController(MyWeeFeeContext context)
 {
     _context = context;
 }
예제 #4
0
 public AdminsController(MyWeeFeeContext context)
 {
     _context = context;
 }
예제 #5
0
 public LogitemsController(MyWeeFeeContext context)
 {
     _context = context;
 }
예제 #6
0
 public TeachersController(MyWeeFeeContext context)
 {
     _context = context;
 }
예제 #7
0
 public ClassesController(MyWeeFeeContext context)
 {
     _context = context;
 }