示例#1
0
 public async Task GetTitlesAsync(params string[] ids)
 {
     AssertCall <List <Title> >(await repository.GetTitlesAsync(ids));
 }