public ItemWebService(IApiRestClient restClient)
 {
     _restClient = restClient;
     _clock      = SystemClock.Instance; // using NodaTime
 }
Example #2
0
 public CotizacionController(IApiRestClient apiRestCliente)
 {
     this.apiRestClient = apiRestCliente;
 }