Exemplo n.º 1
0
 public OrdenPedidoServices(syac_opContext context)
 {
     _context = context;
 }
 public ClienteServices(syac_opContext context)
 {
     _context = context;
 }
 public ProductoServices(syac_opContext context)
 {
     _context = context;
 }