示例#1
0
 void IEmployerJobAdsCommand.TransferJobAd(IEmployer employer, JobAdEntry jobAd)
 {
     _jobAdsCommand.TransferJobAd(employer.Id, jobAd);
 }