Exemplo n.º 1
0
 public static ShipZoneCollection LoadForProvince(Int32 provinceId, string sortExpression)
 {
     return(ShipZoneDataSource.LoadForProvince(provinceId, 0, 0, sortExpression));
 }
Exemplo n.º 2
0
 public static ShipZoneCollection LoadForProvince(Int32 provinceId, int maximumRows, int startRowIndex)
 {
     return(ShipZoneDataSource.LoadForProvince(provinceId, maximumRows, startRowIndex, string.Empty));
 }
Exemplo n.º 3
0
 public static ShipZoneCollection LoadForProvince(Int32 provinceId)
 {
     return(ShipZoneDataSource.LoadForProvince(provinceId, 0, 0, string.Empty));
 }