Exemplo n.º 1
0
 public void Response()
 {
     SQLService sql = new SQLService();
     byte[] bIsSucceed = BitConverter.GetBytes(sql.AccountInfoEditor(accountInfo));
     dataSend.Data = bIsSucceed;
 }