Пример #1
0
 public static ShipZone Load(Int32 shipZoneId)
 {
     return(ShipZoneDataSource.Load(shipZoneId, true));
 }