Ejemplo n.º 1
0
 public Task <TEntity> FindByIdAsync(long id)
 {
     return(_genericRepository.GetByIdAsync(id));
 }