Ejemplo n.º 1
0
 public void Post(string firstName, string lastName, int number)
 {
     _playersService.AddNewPlayer(firstName, lastName, number);
 }