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