コード例 #1
0
 public async Task DeleteAllSongsAsync(int albumId)
 {
     await _songRepository.DeleteSongsAsync(albumId);
 }