Exemplo n.º 1
0
 public GateWay(IMerchantConfigure merchantConfigure, string name)
 {
     MerchantConfigure = merchantConfigure;
     Name = name;
 }
Exemplo n.º 2
0
 public GateWay(IMerchantConfigure merchantConfigure)
 {
     MerchantConfigure = merchantConfigure;
 }