Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <GenderDto> > > GetAllGendersAsync(CancellationToken cancellationToken)
 {
     return((await _lookupService.GetAllGendersAsync(cancellationToken)).ToList());
 }