Esempio n. 1
0
 IList <T> IJobAdsQuery.GetJobAds <T>(IEnumerable <Guid> ids)
 {
     return(_repository.GetJobAds <T>(ids));
 }