Exemplo n.º 1
0
 public ExaminationsController(MLabContext context)
 {
     _context = context;
     ExaminationsHelper.Init(_context);
 }