コード例 #1
0
 protected override async Task OnInitializedAsync()
 {
     Author = await BookStoreService.GetByIdAsync("authors", int.Parse(Id));
 }