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