示例#1
0
 public async Task <int> AddSongCreateContributorsAsync(List <SongCreateContributor> contributors)
 {
     return(await _contributorRepository.AddSongCreateContributorsAsync(contributors));
 }