Пример #1
0
 public OfertaController(HilarioServiceContext context)
 {
     _context = context;
 }
Пример #2
0
 public ProveedorController(HilarioServiceContext context)
 {
     _context = context;
 }
Пример #3
0
 public LineaController(HilarioServiceContext context)
 {
     _context = context;
 }
Пример #4
0
 public ProductoController(HilarioServiceContext context)
 {
     _context = context;
 }