public BaseApiController(IWebApiContentService mainService) : base() { this.mainService = mainService; this.htmlToViewHelper = mainService.HtmlToViewHelper; this.utilService = mainService.UtilService; this.logService = mainService.LogService; this.accountService = mainService.AccountService; }
public EmailFactoryService(IHtmlToViewHelper htmlToViewHelper) { this.htmlToViewHelper = htmlToViewHelper; }