Ejemplo n.º 1
0
 private static string GetSopConsignmentNo(this dbo_sop_event_new sop)
 {
     return(sop.consignment_no);
 }
Ejemplo n.º 2
0
 private static DateTime?GetSopDateTime(this dbo_sop_event_new sop)
 {
     return(sop.date_field);
 }
Ejemplo n.º 3
0
        private static string HashSopEventNew(this dbo_sop_event_new sop)
        {
            var key = $"sop.{sop.GetType().Name}.{sop.consignment_no}.{sop.date_field.Value:s}";

            return(GetHashKey(key));
        }