Exemplo n.º 1
0
 public VoucherController(IClientCardsService cardService)
 {
     this.cardService = cardService;
 }
 public ShippingTaxController(IClientCardsService cardService, IShoppingCartsService shoppingCartsService)
 {
     this.cardService          = cardService;
     this.shoppingCartsService = shoppingCartsService;
 }