Beispiel #1
0
 public ContentService(IHtmlContentService htmlService, IContentHistoryService historyService, IContentDraftService draftService)
 {
     this.htmlService = htmlService;
     this.historyService = historyService;
     this.draftService = draftService;
 }
Beispiel #2
0
 public ContentService(IHtmlContentService htmlService, IContentHistoryService historyService, IContentDraftService draftService)
 {
     this.htmlService    = htmlService;
     this.historyService = historyService;
     this.draftService   = draftService;
 }