Пример #1
0
 public Message AgentRecharge(AgentInfo model, byte opType = 0)
 {
     return(aideAccountsData.AgentRecharge(model, opType));
 }