示例#1
0
 public AgentTotalPayments GetAgentTotalPay(int AgentID)
 {
     return(db.GetAgentTotalPay(AgentID));
 }