Esempio n. 1
0
 public DataTable GetAgentChargeRecords(int currentAgentId)
 {
     return(exeCmd.GetAgentChargeRecords(currentAgentId));
 }