Beispiel #1
0
 public Job GetJobsWithReport(int id)
 {
     return(_jobDal.GetJobsWithReport(id));
 }