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