예제 #1
0
 private void CheckInvoicesIfPaid()
 {
     _bookingController.CheckIfPaidWithinDays(10);
 }