Skip to content

Instantly share code, notes, and snippets.

@AbubakarSiddiq
Created January 4, 2017 18:28
Show Gist options
  • Save AbubakarSiddiq/02da9048ec592496c14faab2a9e2dc71 to your computer and use it in GitHub Desktop.
Save AbubakarSiddiq/02da9048ec592496c14faab2a9e2dc71 to your computer and use it in GitHub Desktop.
public class LoginModel
{
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