コード例 #1
0
        public int AddSubSector(ComSubSector objComSubSector)
        {
            Authentication();
            SectorManagementDAL objDAL = new SectorManagementDAL();

            return(objDAL.AddSubSector(objComSubSector));
        }
コード例 #2
0
        public DataTable PopulateSubSectorsBySectorId(ComSubSector objComSubSector)
        {
            Authentication();
            SectorManagementDAL objDAL = new SectorManagementDAL();

            return(objDAL.PopulateSubSectorsBySectorId(objComSubSector));
        }
コード例 #3
0
        public DataTable PopulateAllSubSectors(ComSubSector objComSubSector)
        {
            Authentication();
            SectorManagementDAL objDAL = new SectorManagementDAL();

            return(objDAL.SelectSubSector(objComSubSector));
        }