예제 #1
0
 public async Task <int> AddSongContributorsAsync(List <SongContributor> contributors)
 {
     return(await _songRepository.AddSongContributorsAsync(contributors));
 }