示例#1
0
        public DistrictList LoadDistrictData()
        {
            ValuationRptDAL objValuationRptDAL = new ValuationRptDAL();

            return(objValuationRptDAL.LoadDistrictData());
        }
示例#2
0
        public ParishList LoadParishData(string pSubcountyId)
        {
            ValuationRptDAL objValuationRptDAL = new ValuationRptDAL();

            return(objValuationRptDAL.LoadParishData(pSubcountyId));
        }
示例#3
0
        public SubCountyList LoadSubCountyData(string pCountyId)
        {
            ValuationRptDAL objValuationRptDAL = new ValuationRptDAL();

            return(objValuationRptDAL.LoadSubCountyData(pCountyId));
        }
示例#4
0
        public VillageList LoadVillageData(string pSubcountyId)
        {
            ValuationRptDAL objValuationRptDAL = new ValuationRptDAL();

            return(objValuationRptDAL.LoadVillageData(pSubcountyId));
        }
示例#5
0
        public CountyList LoadCountyData(string pDisrtictId)
        {
            ValuationRptDAL objValuationRptDAL = new ValuationRptDAL();

            return(objValuationRptDAL.LoadCountyData(pDisrtictId));
        }