using Znyc.CloudCar.Model.ViewModels.ReportsCallBack; namespace Znyc.CloudCar.IServices.Browse { /// /// 浏览记录服务接口 /// public interface IBrowseService { /// /// 分页查询浏览记录列表 /// /// /// /// Task PageAsync(int currentPage, int pageSize); } }