Beispiel #1
0
 public async Task <bool> CheckIfSongExistsByTitleAsync(string title)
 {
     return(await _songRepository.CheckIfSongExistsByTitleAsync(title));
 }