예제 #1
0
 void IJobAdsCommand.CreateJobAd(JobAd jobAd)
 {
     PrepareCreate(jobAd);
     Validate(jobAd);
     _repository.CreateJobAd(jobAd);
 }