Example #1
0
 public SafetyTableDiffExceptionBuilder(ITableDiffExceptionBuilder <T> tableDiffExceptionBuilder)
 {
     this.tableDiffExceptionBuilder = tableDiffExceptionBuilder;
 }
Example #2
0
 public SetComparer(Table table)
 {
     this.table = table;
     tableDiffExceptionBuilder = BuildTheTableDiffExceptionBuilder();
 }
 public FormattingTableDiffExceptionBuilder(ITableDiffExceptionBuilder <T> parent)
 {
     this.parent = parent;
 }