public static Province Load(Int32 provinceId) { return(ProvinceDataSource.Load(provinceId, true)); }
public static ProvinceCollection LoadForShipZone(Int32 shipZoneId, string sortExpression) { return(ProvinceDataSource.LoadForShipZone(shipZoneId, 0, 0, sortExpression)); }
public static ProvinceCollection LoadForShipZone(Int32 shipZoneId, int maximumRows, int startRowIndex) { return(ProvinceDataSource.LoadForShipZone(shipZoneId, maximumRows, startRowIndex, string.Empty)); }
public static ProvinceCollection LoadForShipZone(Int32 shipZoneId) { return(ProvinceDataSource.LoadForShipZone(shipZoneId, 0, 0, string.Empty)); }