Skip to content

Instantly share code, notes, and snippets.

@msciborski
Created April 25, 2018 07:10
Show Gist options
  • Save msciborski/80541dd9a9bf29583e83e45ddc804c67 to your computer and use it in GitHub Desktop.
Save msciborski/80541dd9a9bf29583e83e45ddc804c67 to your computer and use it in GitHub Desktop.
public class UserRegisterDto
{
public string UserName { get; set; }
public string Password { get; set; }
public string Email { get; set; }
public string FirstName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment