using Znyc.CloudCar.Model.Entities; namespace Znyc.CloudCar.IRepository.Currency { public interface ICurrencyRecordRepository : IRepositoryBase { ///// ///// 获取邀请排行榜 ///// ///// //Task> GetInviteTopAsync(); ///// ///// 获取用户获取电话数据 ///// ///// //Task> GetCallPhoneAsync(); } }