Exemplo n.º 1
0
 public VerifyVendorInfoWS()
 {
     OLWS     = new PosCService();
     OLWS.Url = Program.AuthURL;
 }
Exemplo n.º 2
0
 public AuthenticationWs()
 {
     OLWS     = new PosCService();
     OLWS.Url = Program.AuthURL;
 }