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