Пример #1
0
 public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId, string sortExpression)
 {
     return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, 0, 0, sortExpression));
 }
Пример #2
0
 public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId, int maximumRows, int startRowIndex)
 {
     return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, maximumRows, startRowIndex, string.Empty));
 }
Пример #3
0
 public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId)
 {
     return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, 0, 0, string.Empty));
 }