using System; using System.Collections.Generic; using System.Linq; using System.Text; using com.hitrust.trustpay.client; namespace Bwp.ABCClient2.Market { public class BatchQueryResult:BaseResult { public BatchQueryResult(TrxResponse response) : base(response) { } } }