Ejemplo n.º 1
0
 public async ValueTask <T> GetById(Guid id)
 {
     return(await repository.GetById(id).ConfigureAwait(false));
 }