示例#1
0
 public void DeleteDepositHistory(int userId, string token, int id)
 {
     client.DeleteDepositHistory(application_Id, userId, token, id);
 }