Exemplo n.º 1
0
 public async Task UserIsRegistered(Table table)
 {
     dynamic user = table.CreateDynamicInstance();
     await _testScope.RegisterAsync(user.Email, user.Password);
 }