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