示例#1
0
 public async Task WhenIGetAllTheUsers() => _usersContext.Resources = await _usersApi.GetAll();
示例#2
0
 public async Task GivenHowManyUserThereAreAsync()
 {
     _usersContext.InitialUsers = await _usersApi.GetAll().ConfigureAwait(false);
 }