using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Csvr { public interface ICSVR_FAVORITECUSTOMER_HIS : IRepository { List GetHisList(Pager pager, string groupId, decimal? userId, string subcomgroupId, string resId, int? deptlineid); } }