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