예제 #1
0
        public DistrictList LoadDistrictData()
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadDistrictData());
        }
예제 #2
0
        public ParishList LoadParishData(string pSubcountyId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadParishData(pSubcountyId));
        }
예제 #3
0
        public SubCountyList LoadSubCountyData(string pCountyId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadSubCountyData(pCountyId));
        }
예제 #4
0
        public VillageList LoadVillageData(string pSubcountyId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadVillageData(pSubcountyId));
        }
예제 #5
0
        public CountyList LoadCountyData(string pDisrtictId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadCountyData(pDisrtictId));
        }