コード例 #1
0
 public void Setup()
 {
     _classUnderTest = new AppointmentGateway(InMemoryDb.Instance);
 }
コード例 #2
0
 public AppointmentManager()
 {
     appointmentGateway = new AppointmentGateway();
 }