Exemplo n.º 1
0
 private async Task <bool> ValidateSongId(Guid songId, CancellationToken cancellationToken)
 {
     return(await _songRepository.Exists(songId));
 }