コード例 #1
0
 private Task RegisterInternalAsync(RegistrationModel registrationModel)
 {
     return(_authApi.RegisterAsync(registrationModel));
 }