Skip to content

Instantly share code, notes, and snippets.

@Mirch
Last active September 30, 2018 12:57
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 Mirch/726f810e3cf569be39ce9e6af08ad99d to your computer and use it in GitHub Desktop.
Save Mirch/726f810e3cf569be39ce9e6af08ad99d to your computer and use it in GitHub Desktop.
public class UserRegisterModel
{
public string Username { get; set; }
public string Password { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment