Exemplo n.º 1
0
 public IActionResult Get(string username)
 {
     return(Ok(_matches.GetTrainerMatches(username)));
 }