Exemplo n.º 1
0
 public async Task CreateUsersWithArrayInputAsyncTest()
 {
     List <User> user = default;
     await _instance.CreateUsersWithArrayInputAsync(user);
 }