Пример #1
0
        public static bool ThemDonVi(DonViTinhDTO dv)
        {
            if (string.IsNullOrEmpty(dv.TenDonVi))
            {
                return(false);
            }

            bool test = DonViTinhDAO.ThemDonVi(dv);

            return(test);
        }