コード例 #1
0
 private async Task <Meeting> GetEventById(string eventId)
 {
     return(await OfficeService.GetEvent(eventId));
 }