Exemplo n.º 1
0
 public APEncryptionsController(MyWeeFeeContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public StudentsController(MyWeeFeeContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public AccesspointsController(MyWeeFeeContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public AdminsController(MyWeeFeeContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public LogitemsController(MyWeeFeeContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public TeachersController(MyWeeFeeContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public ClassesController(MyWeeFeeContext context)
 {
     _context = context;
 }