Esempio n. 1
0
 private bool IsHostAttachedWithEvent(long hostId)
 {
     return(!_hostRepository.IsHostAttachedWithEvent(hostId));
 }