Exemple #1
0
 public void Post(int idSong, CancellationToken ct)
 {
     _songService.BuySong(idSong, ct);
 }