コード例 #1
0
 public void Post(TestNotification request)
 {
     PostAsync(request)
     .GetAwaiter()
     .GetResult();
 }