Exemple #1
0
 public int Post([FromBody] MoveDTO value)
 {
     return(_manager.CreatePlay(value));
 }