Example #1
0
 private bool IsClassificationUpdated(KNSIKCInventoryItem productKcExt)
 {
     return(ClassificationMappings.SelectSingle(productKcExt.UsrKCCASyncDate) != null);
 }
 private bool IsClassificationUpdated()
 {
     return(ClassificationMappings.SelectSingle(DateFrom, DateTo) != null);
 }