Ejemplo n.º 1
0
 public ObjectAnalyzer(IIdGenerator idGenerator, IPropertyAnalyzer propertyAnalyzer, IMethodAnalyzer methodAnalyzer)
 {
     this.idGenerator      = idGenerator;
     this.propertyAnalyzer = propertyAnalyzer;
     this.methodAnalyzer   = methodAnalyzer;
 }
Ejemplo n.º 2
0
 public MementoFactory(IPropertyAnalyzer propertyAnalyzer, ICollectionAnalyzer collectionAnalyzer)
 {
     _propertyAnalyzer   = propertyAnalyzer;
     _collectionAnalyzer = collectionAnalyzer;
 }