コード例 #1
0
 private async void Register()
 {
     await _apiContext.Post(RegisterUrl, _registerModel);
 }