Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created May 8, 2019 15:02
Show Gist options
  • Save nishanc/7cde4aa8708507d58b2c3fa8e7d9a09a to your computer and use it in GitHub Desktop.
Save nishanc/7cde4aa8708507d58b2c3fa8e7d9a09a to your computer and use it in GitHub Desktop.
namespace JWTAuth.API.Dtos
{
public class UserForRegisterDto
{
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