Exemplo n.º 1
0
        public bool UpdateCategory(Category category)
        {
            DALCategory categoryDAL = new DALCategory();

            return(categoryDAL.UpdateCategory(category));
        }