Exemple #1
0
        public bool CapNhat(NghiepVu item)
        {
            NghiepVuDAL dal = new NghiepVuDAL(db);

            try
            {
                if (item != null)
                {
                    return(dal.CapNhat(item));
                }
                else
                {
                    return(false);
                }
            }
            catch (Exception)
            {
                throw;
            }
        }