public APEncryptionsController(MyWeeFeeContext context) { _context = context; }
public StudentsController(MyWeeFeeContext context) { _context = context; }
public AccesspointsController(MyWeeFeeContext context) { _context = context; }
public AdminsController(MyWeeFeeContext context) { _context = context; }
public LogitemsController(MyWeeFeeContext context) { _context = context; }
public TeachersController(MyWeeFeeContext context) { _context = context; }
public ClassesController(MyWeeFeeContext context) { _context = context; }