using Common; using Common.Model.PowerCall; namespace Business.PowerCall { public interface IPowerCallBusiness { JsonRxResponse GetChargeHistory(PowerCallInfo.GetPowerCallChargeHistory getHistory); JsonRxResponse CallBackPowerCall(string callBack); JsonRxResponse GetCardInfo(PowerCallInfo.GetCardInfo getCardInfo); JsonRxResponse VerificationAndBuy(PowerCallInfo.BuyItem buyItem); } }