Пример #1
0
 public DynamicContentModel(Content content, PropertyConverterService converterService)
 {
     _content          = content;
     _converterService = converterService;
 }
Пример #2
0
 public ModelFactory(PropertyConverterService converterService, IServiceProvider services)
 {
     _converterService = converterService;
     _services         = services;
 }