Ejemplo n.º 1
0
 public Task <IQueryable <Human> > GetHumansAsync(
     [Service] IHumanRepository humanRepository,
     CancellationToken cancellationToken) =>
 humanRepository.GetHumansAsync(cancellationToken);