Ejemplo n.º 1
0
 private static void TestGetWallet()
 {
     var service = new GomsTfcTv();
     int userId = 577615;
     string email = "*****@*****.**";
     int walletId = 10;
     var resp = service.GetWallet(userId, email, walletId);
 }