public void Update(BaseEntity entity) { crudUser.Update(entity); }
internal void Update(User user) { crudUser.Update(user); }