예제 #1
0
 public FarmaciaController(preciosaludableContext context)
 {
     _context = context;
 }
 public DetalleprecioController(preciosaludableContext context)
 {
     _context = context;
 }
 public PrincipioactivoController(preciosaludableContext context)
 {
     _context = context;
 }
예제 #4
0
 public SucursalController(preciosaludableContext context)
 {
     _context = context;
 }
 public ProvinciaController(preciosaludableContext context)
 {
     _context = context;
 }
 public ComunaController(preciosaludableContext context)
 {
     _context = context;
 }
 public UnidadmedidaController(preciosaludableContext context)
 {
     _context = context;
 }
 public RegionController(preciosaludableContext context)
 {
     _context = context;
 }
 public PresentacionController(preciosaludableContext context)
 {
     _context = context;
 }
예제 #10
0
 public ProductoController(preciosaludableContext context)
 {
     _context = context;
 }
 public LaboratorioController(preciosaludableContext context)
 {
     _context = context;
 }