コード例 #1
0
ファイル: StatisticsRptBLL.cs プロジェクト: abigabaw/wis
        public DistrictList LoadDistrictData()
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadDistrictData());
        }
コード例 #2
0
ファイル: StatisticsRptBLL.cs プロジェクト: abigabaw/wis
        public ParishList LoadParishData(string pSubcountyId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadParishData(pSubcountyId));
        }
コード例 #3
0
ファイル: StatisticsRptBLL.cs プロジェクト: abigabaw/wis
        public SubCountyList LoadSubCountyData(string pCountyId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadSubCountyData(pCountyId));
        }
コード例 #4
0
ファイル: StatisticsRptBLL.cs プロジェクト: abigabaw/wis
        public VillageList LoadVillageData(string pSubcountyId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadVillageData(pSubcountyId));
        }
コード例 #5
0
ファイル: StatisticsRptBLL.cs プロジェクト: abigabaw/wis
        public CountyList LoadCountyData(string pDisrtictId)
        {
            StatisticsRptDAL objStatisticsRptDAL = new StatisticsRptDAL();

            return(objStatisticsRptDAL.LoadCountyData(pDisrtictId));
        }