Пример #1
0
 public bool Update(TEntity instance)
 {
     return(ExecuteWithTryCatch(() => _internalRepository.Update(instance)));
 }