Exemplo n.º 1
0
 private bool isDuplicate(Guest entity)
 {
     return _unitOfWork.GuestRepository.IsDuplicate(entity);
 }
Exemplo n.º 2
0
 private bool hasBookings(Guest entity)
 {
     return _unitOfWork.GuestRepository.HasBookings(entity);
 }