コード例 #1
0
 public async Task CheckIn(int id)
 {
     await _agendaService.CheckIn(new Guid(), id);
 }