예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AnnotationDeleteEngine"/> class.
 /// </summary>
 /// <param name="mappingStoreDatabase">
 /// The mapping store database.
 /// </param>
 public AnnotationDeleteEngine(Database mappingStoreDatabase)
 {
     this._mappingStoreDatabase          = mappingStoreDatabase;
     this._annotationRelationInfoBuilder = new AnnotationRelationInfoBuilder();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AnnotationDeleteEngine"/> class.
 /// </summary>
 /// <param name="mappingStoreDatabase">
 /// The mapping store database.
 /// </param>
 public AnnotationDeleteEngine(Database mappingStoreDatabase)
 {
     this._mappingStoreDatabase = mappingStoreDatabase;
     this._annotationRelationInfoBuilder = new AnnotationRelationInfoBuilder();
 }