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