Permalink
Cannot retrieve contributors at this time
13 lines (12 sloc)
314 Bytes
|
|
|
|
|
namespace Web.Api.Models.Request |
|
{ |
|
public class RegisterUserRequest |
|
{ |
|
public string FirstName { get; set; } |
|
public string LastName { get; set; } |
|
public string Email { get; set; } |
|
public string UserName { get; set; } |
|
public string Password { get; set; } |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.