Example #1
0
 public ContentViewComponent(
     IContentRenderer contentRenderer,
     IContentPublicAppService contentAppService)
 {
     this.contentRenderer   = contentRenderer;
     this.contentAppService = contentAppService;
 }
Example #2
0
 public ContentController(IContentPublicAppService contentAppService)
 {
     ContentAppService = contentAppService;
 }