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