Esempio n. 1
0
 public async Task <ActionResult <IEnumerable <TicketSaleInfoDto> > > GetAll(Guid conferenceId)
 => OkOrNotFound(await _ticketSaleService.GetAllAsync(conferenceId));