Esempio n. 1
0
 public ViewReservation(IViewReservation allReservations)
 {
     this.allReservations = allReservations;
 }
Esempio n. 2
0
 public void Setup()
 {
     this.fake_vreservation = new Fake_VReservation();
     this.vspecreservation  = new ViewReservation(fake_vreservation);
 }