Пример #1
0
 public Job GetByIdWReports(int id)
 {
     return(_jobDal.GetByIdWReports(id));
 }