This commit is contained in:
2018-09-20 20:12:30 +00:00
parent f5a85f0f6a
commit 94d8fd8985
2 changed files with 2 additions and 11 deletions

View File

@@ -106,15 +106,6 @@ namespace AyaNova.Biz
public long Id { get; set; }
}
// //Class to hold temporary matches during processing
// public class MatchingObject
// {
// public bool NameMatch { get; set; }
// public bool TagMatch { get; set; }
// public AyaTypeId TypeAndId { get; set; }
// }