コード例 #1
0
 public static ShipMethodCollection LoadForShipZone(Int32 shipZoneId, string sortExpression)
 {
     return(ShipMethodDataSource.LoadForShipZone(shipZoneId, 0, 0, sortExpression));
 }
コード例 #2
0
 public static ShipMethodCollection LoadForShipZone(Int32 shipZoneId, int maximumRows, int startRowIndex)
 {
     return(ShipMethodDataSource.LoadForShipZone(shipZoneId, maximumRows, startRowIndex, string.Empty));
 }
コード例 #3
0
 public static ShipMethodCollection LoadForShipZone(Int32 shipZoneId)
 {
     return(ShipMethodDataSource.LoadForShipZone(shipZoneId, 0, 0, string.Empty));
 }