Exemplo n.º 1
0
 private bool BookingExists(Guid id)
 {
     return(_bookingRepository.BookingExists(id));
 }