예제 #1
0
 public int CheckAgentCharge(int chargeId, int managerId)
 {
     return(exeCmd.CheckAgentCharge(chargeId, managerId));
 }