コード例 #1
0
ファイル: HtmlContentService.cs プロジェクト: huutoannht/mart
 public HtmlContentService(IHtmlContentRepository repository)
 {
     _repository = repository;
 }
コード例 #2
0
 public HtmlContentService(IHtmlContentRepository repository, ISettingService settingService)
 {
     _contentRepository = repository;
     _settingService = settingService;
 }