Example #1
0
 public async Task <Match> Post([FromBody] Match match)
 {
     return(await dataClient.CreateMatchIfNotExists(match));
 }