Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 3, 2019 12:43
Show Gist options
  • Save ntakouris/b5fee30826fc8b68f891e833dc464c83 to your computer and use it in GitHub Desktop.
Save ntakouris/b5fee30826fc8b68f891e833dc464c83 to your computer and use it in GitHub Desktop.
public class RequestToDomainProfile : Profile
{
public RequestToDomainProfile()
{
CreateMap<PaginationQuery, PaginationFilter>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment