Releases: arttonoyan/Mapper
Releases · arttonoyan/Mapper
1.3.0
Now you can convert predicates.
Example:
Expression<Func<StudentDto, bool>> predicate = st => st.Id > 10;
var newPredicate = predicate.ConvertPredicate<StudentDto, StudentModel>();
See in UnitTest
1.2.2
v1.2.2
Adding new check types.