Exemple #1
0
 public async Task <IActionResult> OrganizeMatch(OrganizeMatchDto organizeMatchDto)
 {
     return(Ok(await _matchesService.OrganizeMatch(organizeMatchDto)));
 }