Example #1
0
        public SqlDataReader ViewRecByClNmRecNoApp1(string ClNm, int RecNo, int App,DateTime from ,DateTime to)
        {
            DLViewReceipt dlvwRec = new DLViewReceipt();
            try
            {
                SqlDataReader dr = dlvwRec .ViewRecByClNmRecNoApp1(ClNm,RecNo, App,from ,to);
                return dr;
            }
            catch
            {
                throw;
            }
            finally
            {

            }
        }