public void Setup() { _classUnderTest = new AppointmentGateway(InMemoryDb.Instance); }
public AppointmentManager() { appointmentGateway = new AppointmentGateway(); }