Beispiel #1
0
 public OfertaController(HilarioServiceContext context)
 {
     _context = context;
 }
 public ProveedorController(HilarioServiceContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public LineaController(HilarioServiceContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ProductoController(HilarioServiceContext context)
 {
     _context = context;
 }