public int AddSubSector(ComSubSector objComSubSector) { Authentication(); SectorManagementDAL objDAL = new SectorManagementDAL(); return(objDAL.AddSubSector(objComSubSector)); }
public DataTable PopulateSubSectorsBySectorId(ComSubSector objComSubSector) { Authentication(); SectorManagementDAL objDAL = new SectorManagementDAL(); return(objDAL.PopulateSubSectorsBySectorId(objComSubSector)); }
public DataTable PopulateAllSubSectors(ComSubSector objComSubSector) { Authentication(); SectorManagementDAL objDAL = new SectorManagementDAL(); return(objDAL.SelectSubSector(objComSubSector)); }