Пример #1
0
 public SurpremeAnalyzer(IPropertyAutoMapper propertyAutoMapper, IDefinitionAnalyzers analyzers)
 {
     _propertyAutoMapper = propertyAutoMapper;
     _analyzers          = analyzers;
 }
 public DefaultServiceGroup(IPropertyAutoMapper propertyAutoMapper = null)
     : base(new SurpremeAnalyzer(propertyAutoMapper ?? new DefaultPropertyAutoMapper(), new DefaultFieldDefinitionAnalyzers()))
 {
 }
Пример #3
0
 public AttributeAnalyzer(IPropertyAutoMapper propertyAutoMapper)
 {
     _propertyAutoMapper = propertyAutoMapper;
 }