Example #1
0
 public CartService(StorageService storageService, HttpClient httpClient)
 {
     this.storageService = storageService;
     this.httpClient     = httpClient;
 }