예제 #1
0
 public void GivenThereIsAUserAccount(string username, string password)
 {
     userAccountController.SetupUserAccount(username, password);
 }