コード例 #1
0
 public async Task <IEnumerable <Genre> > GetAllGenres()
 {
     return(await _businessLogicCommon.GetAllGenresAsync());
 }