Skip to content

Instantly share code, notes, and snippets.

@mikebrind
Last active May 7, 2019 11:04
Show Gist options
  • Save mikebrind/e690e237aba2da6e76b156bcee8b2900 to your computer and use it in GitHub Desktop.
Save mikebrind/e690e237aba2da6e76b156bcee8b2900 to your computer and use it in GitHub Desktop.
namespace AuthenticationSample.Models
{
public class SiteUser
{
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