Example #1
0
 public static bool IsLoading(this ExternalStationCustomerCargo me) => me.DirectionId == 2 || me.DirectionId == 4;
Example #2
0
 public static bool IsUnloading(this ExternalStationCustomerCargo me) => me.DirectionId == 1 || me.DirectionId == 3;