コード例 #1
0
 public async Task <List <Titles> > GetPopularTitles(int num, string type)
 {
     return(await _titles.GetPopularTitles(num, type));
 }