Exemplo n.º 1
0
        public bool AddCustomer(KhachHang customer)
        {
            try
            {
                dal.AddCustomer(customer);
                return(true);
            } catch (Exception e)
            {
                return(false);

                throw e;
            }
        }