コード例 #1
0
ファイル: RichHelpFacade.cs プロジェクト: RaoLeigf/msyh
 public DataTable GetDetailList(string helpid, string masterCode, bool ormMode)
 {
     return(dac.GetDetailList(helpid, masterCode, ormMode));
 }