예제 #1
0
 public ProductoesController(proyectosoftwareContext context)
 {
     _context = context;
 }
예제 #2
0
 public ComerciosController(proyectosoftwareContext context)
 {
     _context = context;
 }
 public UbicacionsController(proyectosoftwareContext context)
 {
     _context = context;
 }