Esempio n. 1
0
 public async Task <int> GetTitleCountByTitleAsync(string title)
 {
     return(await _data.GetTitleCountByTitleAsync(title));
 }