Exemplo n.º 1
0
 public async Task <LeaguesShortInfoDto> GetAsync([FromQuery] LeaguesShortInfoQuery query)
 {
     return(await _mediatr.Send(query));
 }
Exemplo n.º 2
0
 public async Task <LeaguesShortInfo> GetLeaguesShortInfo([FromQuery] LeaguesShortInfoQuery query)
 {
     return(await _leaguesService.GetLeaguesShortInfoAsync(query));
 }