public CustomersController(ICustomerService customerService, ICustomerSelectListBuilder customerViewModelSelectListBuilder, IPromotionAPIRepository promotionAPIRepository) : base(customerService, customerViewModelSelectListBuilder) { this.customerService = customerService; this.promotionAPIRepository = promotionAPIRepository; }
public PromotionAPIsController(IPromotionAPIRepository promotionAPIRepository) { this.promotionAPIRepository = promotionAPIRepository; }