标签: c# wpf wcf
我有各种搜索操作,如果有办法将Lambda表达式作为参数传递
[OperationContract] ICollection<Person> GetPeoplePage(Expression<Func<T, bool>> filter);