using WX.CRM.Common; namespace WX.CRM.IBLL.Base { public interface IBAS_INNERUSERROLE { bool Save(ref ValidationErrors errors, int user, string roleIds, string pkids); } }