public BlogsSiteMappingService(IHtmlFragmentMappingService htmlFragmentMappingService)
 {
     _htmlFragmentMappingService = htmlFragmentMappingService;
 }
示例#2
0
 public HtmlFragmentService(IHtmlFragmentRepository htmlFragmentRepository,
                            IHtmlFragmentMappingService htmlFragmentMappingService)
 {
     _htmlFragmentRepository = htmlFragmentRepository;
     _htmlFragmentMappingService = htmlFragmentMappingService;
 }