Ejemplo n.º 1
0
        public bool Update(SubCategory subCategory)
        {
            int  rowAffected = _subCategoryRepository.Edit(subCategory);
            bool isSaved     = rowAffected > 0;

            return(isSaved);
        }