Exemplo n.º 1
0
 public DefaultPropertyFactoryMapper(IYuzuDeliveryImportConfiguration importConfig, IMappingContextFactory contextFactory)
 {
     this.importConfig   = importConfig;
     this.contextFactory = contextFactory;
 }
Exemplo n.º 2
0
 public UmbracoTypeFactoryRunner(IYuzuConfiguration config, IMappingContextFactory contextFactory)
 {
     this.config         = config;
     this.contextFactory = contextFactory;
 }