Ejemplo n.º 1
0
 public override SendResponse Send(string xml)
 {
     return(new SendResponse().Create(Marshal.PtrToStringAnsi(Elgin2.EnviarDadosVenda(this.GenerateSessionCode(), this.ActivationCode, xml))));
 }