Exemple #1
0
        public DataTable UpdateUserCashDetails(TPSLResponse obj)
        {
            try
            {
                DALSchedule objSch = new DALSchedule();

                DataTable dt = objSch.UpdateUserCashDetails(obj);

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