Esempio n. 1
0
        //Added by Nag
        public DataTable GetAllApprovers(string ReportType)
        {
            objclsDALCommon = new clsDALCommon();
            DataTable dtstatus = objclsDALCommon.GetAllApprovers(ReportType);

            return(dtstatus);
        }