Skip to content

Instantly share code, notes, and snippets.

@sumitkharche
Created January 10, 2020 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumitkharche/b0ae88bf97864bd52e1143dfa4582a08 to your computer and use it in GitHub Desktop.
Save sumitkharche/b0ae88bf97864bd52e1143dfa4582a08 to your computer and use it in GitHub Desktop.
AddressDTO.cs class
namespace automapper_sample
{
public class AddressDTO
{
public string State { get; set; }
public string Country { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment