Exemplo n.º 1
0
 public OrdenProveedorService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 2
0
 public ReporteService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 3
0
 public PersonaService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 4
0
 public PlatoService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 5
0
 public PersonaService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 6
0
 public ArticuloService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 7
0
 public LocalizacionService()
 {
     _restClientHttp = new RestClientHttp();
 }
 public TipoDocumentoPagoService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 9
0
 public MarcaService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 10
0
 public UnidadDeMedidaService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 11
0
 public UsuarioService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 12
0
 public HorarioReservaService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 13
0
 public ArticuloConsumoDirectoService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 14
0
 public VehiculoService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 15
0
 public TipoConsumoService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
 public TipoPreparacionService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
 public CotizacionService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 18
0
 public VentaService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 19
0
 public MesaService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 20
0
 public DireccionService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 21
0
 public TipoUsuarioService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
Exemplo n.º 22
0
 public SolicitudService()
 {
     _restClientHttp = new RestClientHttp();
 }
Exemplo n.º 23
0
 public EstadoOrdenService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }
 public EstadoPedidoService(string token)
 {
     _restClientHttp = new RestClientHttp(token);
 }