Пример #1
0
 public IEnumerable <TEntity> FindAll()
 {
     return(ExecuteWithTryCatch(() => _internalRepository.FindAll()));
 }