TG.WXCRM.V4/IBLL/Base/IBAS_INNERUSERROLE.cs

10 lines
196 B
C#

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