Ejemplo n.º 1
0
 public byte[] HexStringToByteArray(string s)
 {
     return(terminalModel.HexStringToByteArray(s));
 }