Example #1
0
 public DefineReport ShowReportById(string id)
 {
     return(_runReportDao.ShowReportById(id));
 }