Example #1
0
 public int GetJobCountUncompletedByUserId(int id)
 {
     return(_jobDal.GetJobCountUncompletedByUserId(id));
 }