Пример #1
0
 public Report GetJobWithId(int id)
 {
     return(_reportDal.GetJobWithId(id));
 }