public void Init()
 {
     instance = new DutyBookingApi();
 }
Exemple #2
0
 public DutyBookingApiTests()
 {
     instance = new DutyBookingApi();
 }