Exemple #1
0
 public CommonController(ITransportPriceBLL transportPriceBLL, ITransportTypeBLL transportTypeBLL, IMailchimpServices MailchimpServices, IProvinceBLL provinceBLL, ISubscribeEmailBLL subscribeEmailBLL)
 {
     this.TransportPriceBLL = transportPriceBLL;
     this.TransportTypeBLL  = transportTypeBLL;
     this.IProvinceBLL      = provinceBLL;
     this.subscribeEmailBLL = subscribeEmailBLL;
     this.MailchimpServices = MailchimpServices;
 }
 public EmailMarketingController(IEmailSender EmailSender, ISubscribeEmailBLL SubscribeEmailBLL, IImageServices imageServices) : base(imageServices)
 {
     this.EmailSender       = EmailSender;
     this.SubscribeEmailBLL = SubscribeEmailBLL;
 }