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

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

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

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

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

            return(objValuationRptDAL.LoadCountyData(pDisrtictId));
        }