Exemplo n.º 1
0
 public OAuth(IEasyMSAPIGateway gateway)
 {
     _gateway = gateway;
 }
Exemplo n.º 2
0
 public Orders(IEasyMSAPIGateway gateway)
     : base(gateway)
 {
 }
Exemplo n.º 3
0
 public Payments(IEasyMSAPIGateway gateway)
     : base(gateway)
 {
 }
Exemplo n.º 4
0
 internal Endpoint(IEasyMSAPIGateway gateway)
 {
     Gateway = gateway;
 }