Beispiel #1
0
 public LaboratoriosController(MvcProjetorContext context)
 {
     _context = context;
 }
 public AuditoriosController(MvcProjetorContext context)
 {
     _context = context;
 }