Example #1
0
 private async void Send()
 {
     await OfficeService.AcceptOrDecline(_meetingId, _action, Comment);
 }
 private async Task AcceptOrDeclineAndBack(string action, string comment, bool sendResponse)
 {
     await OfficeService.AcceptOrDecline(Meeting.Id, action, comment, sendResponse);
     GoBack();
 }