/// <summary> /// /// </summary> /// <returns></returns> public IEnumerable <RolePermission> GetRolePermissions(Func <RolePermission, bool> where) { if (@where == null) { throw new ArgumentException("where"); } return(_rolePermissionRepository.GetMany(where)); }