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