Beispiel #1
0
 public DataTable GetDetailList(string helpid, string masterCode, bool ormMode)
 {
     return(dac.GetDetailList(helpid, masterCode, ormMode));
 }