Example #1
0
 Tuple <int, int> IJobAdsQuery.GetOpenJobAdCounts(Guid posterId)
 {
     return(_repository.GetOpenJobAdCounts(posterId));
 }