Created
September 24, 2019 10:25
-
-
Save ntakouris/2989d6bacad5f2dffaf026f82a72e207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public RequestToDomainProfile() | |
{ | |
CreateMap<PaginationQuery, PaginationFilter>(); | |
CreateMap<GetAllPostsQuery, GetAllPostsFilter>(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment