public void SetUp() { this.dispatcher = A.Fake<IMailDispatcher>(); this.testee = new NewCustomer(this.dispatcher); }
public void SetUp() { this.dispatcher = A.Fake <IMailDispatcher>(); this.testee = new NewCustomer(this.dispatcher); }