コード例 #1
0
 public bool DeleteJobOpportunity(Guid id)
 {
     return(_jobOpportunityRepository.DeleteJobOpportunity(id));
 }