Esempio n. 1
0
 public async Task <IEnumerable <ChallengeDto> > GetAllAsync(bool onlyWithoutGame = false, [FromQuery] string[]?playersToExclude = null)
 {
     return(await _challengeService.GetAllAsync(onlyWithoutGame, Request.Headers[Constants.MapStatusHeaderName] != "True", playersToExclude));
 }