コード例 #1
0
 public async Task OnGetAsync()
 {
     CommonExample = await _repository.GetAllExamplesAsync();
 }