예제 #1
0
 public Job GetJobsWithUrgencyByID(int id)
 {
     return(_jobDal.GetJobsWithUrgencyByID(id));
 }