コード例 #1
0
 private bool isDuplicate(Guest entity)
 {
     return _unitOfWork.GuestRepository.IsDuplicate(entity);
 }
コード例 #2
0
 private bool hasBookings(Guest entity)
 {
     return _unitOfWork.GuestRepository.HasBookings(entity);
 }