Esempio n. 1
0
 public CustomerReportGenerationController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
Esempio n. 2
0
 public DealerTransactionController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
 public ReportController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
 public CustomDelegatingHandler()
 {
     logger     = new Logger();
     restClient = new HttpClientProxyHandler(logger);
 }
 public GenerateCashBillController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
 public StockItemController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
Esempio n. 7
0
 public AddBackStockController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
Esempio n. 8
0
 public LoginController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
 public CustomerController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }
Esempio n. 10
0
 public DailySheetController(IHttpClientProxyHandler restClient)
 {
     this.restClient = restClient;
 }