예제 #1
0
        internal static DataTable GetInstitutionListByTypeAndCate(int InstitutionType, int InstitutionCategory)
        {
            DAInstituteManagement accessLayer = new DAInstituteManagement();

            return(accessLayer.GetInstitutionListByTypeAndCate(InstitutionType, InstitutionCategory));
        }
예제 #2
0
        internal static DataTable GetTypeWiseNumberOfInstitution()
        {
            DAInstituteManagement accessLayer = new DAInstituteManagement();

            return(accessLayer.GetTypeWiseNumberOfInstitution());
        }
예제 #3
0
        internal static long UpdateInstitute(InstituteManagement _objInstituteManagement)
        {
            DAInstituteManagement _objDAInstituteManagement = new DAInstituteManagement();

            return(Convert.ToInt64(_objDAInstituteManagement.UpdateInstitute(_objInstituteManagement)));
        }
예제 #4
0
        internal static DataTable GetInstitutionList()
        {
            DAInstituteManagement accessLayer = new DAInstituteManagement();

            return(accessLayer.GetInstitutionList());
        }
예제 #5
0
        internal static DataTable GetInstitutionInfoById(Hashtable ht)
        {
            DAInstituteManagement accessLayer = new DAInstituteManagement();

            return(accessLayer.GetInstitutionInfoById(ht));
        }