예제 #1
0
 public DataTable GetAgentChargeSubRecords(int parentId)
 {
     return(exeCmd.GetAgentChargeSubRecords(parentId));
 }