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