示例#1
0
 public async Task OnGetAsync(int id)
 {
     evnt = await eventService.GetItem(new int[id]);
 }