Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Created August 14, 2021 08:09
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 jiimaho/c3128da3e17d2b3b52777739b7f0007d to your computer and use it in GitHub Desktop.
Save jiimaho/c3128da3e17d2b3b52777739b7f0007d to your computer and use it in GitHub Desktop.
public class CustomerModel
{
public string CustomerId { get; set; }
public string Name { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment