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