示例#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));
 }