Exemple #1
0
 public virtual async Task <TEntity> BuscarPorCodigoAsync(long id)
 {
     return(await _repository.BuscarPorCodigoAsync(id));
 }