Ejemplo n.º 1
0
 public override CancelResponse Cancel(string key, string xml)
 {
     return(new CancelResponse().Create(Marshal.PtrToStringAnsi(Elgin2.CancelarUltimaVenda(this.GenerateSessionCode(), this.ActivationCode, key, xml))));
 }