コード例 #1
0
ファイル: ReportService.cs プロジェクト: codingsf/loosoft
 public DefineReport ShowReportById(string id)
 {
     return(_runReportDao.ShowReportById(id));
 }