[OperationContract]
User UserGetFirst(Expression<Func<User, bool>> predicate);
it give me boolean serilization error how can I fix this problem?
[OperationContract]
User UserGetFirst(Expression<Func<User, bool>> predicate);
it give me boolean serilization error how can I fix this problem?