Exemplo n.º 1
0
        public bool CheckIfReportSubmitted(int repID)
        {
            objclsDALReports = new clsDALReports();
            bool bln = objclsDALReports.CheckIfReportSubmitted(repID);

            return(bln);
        }