示例#1
0
 public bool CheckIfJobOfferExists(Guid id)
 {
     return(_jobOfferRepository.IfExists(id));
 }