using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Base { public interface IBAS_INNERUSERROLE_Q { List GetList(ref Pager pager, string eId, string uName, string roleId); List GetInneruserRoleByUserId(decimal userId); List GetInneruserRoleByUserIdList(List userIds); } }