public DepartmentsController(webComApsNetCoreContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UsuarioController(webComApsNetCoreContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public HomeController(webComApsNetCoreContext context)
 {
     _context = context;
 }
 public CategoriaLivrosController(webComApsNetCoreContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public EmpresasController(webComApsNetCoreContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public CarrosController(webComApsNetCoreContext context)
 {
     _context = context;
 }