Exemple #1
0
        public int DeleteTermPlans(int id)
        {
            DATermPlan pDAL = new DATermPlan();

            try
            {
                return(pDAL.DeleteTermPlan(id));
            }
            catch
            {
                throw;
            }
            finally
            {
                pDAL = null;
            }
        }