I have a variety of search operations, if there was a way to pass Lambda Expressions as parameter
[OperationContract]
ICollection<Person> GetPeoplePage(Expression<Func<T, bool>> filter);
I have a variety of search operations, if there was a way to pass Lambda Expressions as parameter
[OperationContract]
ICollection<Person> GetPeoplePage(Expression<Func<T, bool>> filter);