public bool UpdateUser(AspNetUsers entity) { var isUpdated = _userIDbService.Update(entity.Id, entity); _userIDbService.Save(); return(isUpdated); }