예제 #1
0
 public async Task CreateUserAsyncTest()
 {
     User user = default;
     await _instance.CreateUserAsync(user);
 }