Пример #1
0
 public static ShipZoneCollection LoadForTaxRule(Int32 taxRuleId, int maximumRows, int startRowIndex)
 {
     return(ShipZoneDataSource.LoadForTaxRule(taxRuleId, maximumRows, startRowIndex, string.Empty));
 }
Пример #2
0
 public static ShipZone Load(Int32 shipZoneId)
 {
     return(ShipZoneDataSource.Load(shipZoneId, true));
 }
Пример #3
0
 public static ShipZoneCollection LoadForTaxRule(Int32 taxRuleId)
 {
     return(ShipZoneDataSource.LoadForTaxRule(taxRuleId, 0, 0, string.Empty));
 }
Пример #4
0
 public static ShipZoneCollection LoadForTaxRule(Int32 taxRuleId, string sortExpression)
 {
     return(ShipZoneDataSource.LoadForTaxRule(taxRuleId, 0, 0, sortExpression));
 }
Пример #5
0
 public static ShipZoneCollection LoadForProvince(Int32 provinceId, string sortExpression)
 {
     return(ShipZoneDataSource.LoadForProvince(provinceId, 0, 0, sortExpression));
 }
Пример #6
0
 public static ShipZoneCollection LoadForProvince(Int32 provinceId, int maximumRows, int startRowIndex)
 {
     return(ShipZoneDataSource.LoadForProvince(provinceId, maximumRows, startRowIndex, string.Empty));
 }
Пример #7
0
 public static ShipZoneCollection LoadForCountry(String countryCode, int maximumRows, int startRowIndex)
 {
     return(ShipZoneDataSource.LoadForCountry(countryCode, maximumRows, startRowIndex, string.Empty));
 }
Пример #8
0
 public static ShipZoneCollection LoadForProvince(Int32 provinceId)
 {
     return(ShipZoneDataSource.LoadForProvince(provinceId, 0, 0, string.Empty));
 }
Пример #9
0
 public static ShipZoneCollection LoadForCountry(String countryCode, string sortExpression)
 {
     return(ShipZoneDataSource.LoadForCountry(countryCode, 0, 0, sortExpression));
 }
Пример #10
0
 public static ShipZoneCollection LoadForCountry(String countryCode)
 {
     return(ShipZoneDataSource.LoadForCountry(countryCode, 0, 0, string.Empty));
 }
Пример #11
0
 public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId, int maximumRows, int startRowIndex)
 {
     return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, maximumRows, startRowIndex, string.Empty));
 }
Пример #12
0
 public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId, string sortExpression)
 {
     return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, 0, 0, sortExpression));
 }
Пример #13
0
 public static ShipZoneCollection LoadForShipMethod(Int32 shipMethodId)
 {
     return(ShipZoneDataSource.LoadForShipMethod(shipMethodId, 0, 0, string.Empty));
 }