Esempio n. 1
0
        public DataTable PaymentUpdateBMETWallet(string tranid)
        {
            try
            {
                DALSchedule objSch = new DALSchedule();

                DataTable dt = objSch.PaymentUpdateBMETWallet(tranid);

                return(dt);
            }
            catch (Exception)
            {
                throw;
            }
        }