示例#1
0
 public Report GetWithId(int id)
 {
     return(_reportDal.GetWithId(id));
 }