コード例 #1
0
 public Report GetByIdWJob(int id)
 {
     return(_reportDal.GetByIdWJob(id));
 }