コード例 #1
0
ファイル: Index.cshtml.cs プロジェクト: jeremymaya/kkcc
 public async Task OnGetAsync()
 {
     Albums = await _album.GetAlbumsAsync();
 }