Example #1
0
 /// <summary>
 /// WebContentController
 /// </summary>
 /// <param name="context"></param>
 /// <param name="_webContent"></param>
 public WebContentController(
     CsbcContext context,
     IWebContentRepository _webContent
     )
 {
     _context = context;
     Contents = _webContent;
 }
 public GetInformationItemInteractor(IWebContentRepository webContentRepository)
 {
     this.webContentRepository = webContentRepository;
 }