Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 24, 2019 10:25
Show Gist options
  • Save ntakouris/2989d6bacad5f2dffaf026f82a72e207 to your computer and use it in GitHub Desktop.
Save ntakouris/2989d6bacad5f2dffaf026f82a72e207 to your computer and use it in GitHub Desktop.
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