Exemple #1
0
 public Task <bool> PlayAsync(int id)
 {
     return(service.PlayByIdAsync(id));
 }