Пример #1
0
 public static Province Load(Int32 provinceId)
 {
     return(ProvinceDataSource.Load(provinceId, true));
 }
Пример #2
0
 public static ProvinceCollection LoadForShipZone(Int32 shipZoneId, string sortExpression)
 {
     return(ProvinceDataSource.LoadForShipZone(shipZoneId, 0, 0, sortExpression));
 }
Пример #3
0
 public static ProvinceCollection LoadForShipZone(Int32 shipZoneId, int maximumRows, int startRowIndex)
 {
     return(ProvinceDataSource.LoadForShipZone(shipZoneId, maximumRows, startRowIndex, string.Empty));
 }
Пример #4
0
 public static ProvinceCollection LoadForShipZone(Int32 shipZoneId)
 {
     return(ProvinceDataSource.LoadForShipZone(shipZoneId, 0, 0, string.Empty));
 }