Adds User Component
This commit is contained in:
parent
73a1f11e99
commit
69758735de
14 changed files with 222 additions and 65 deletions
9
PlanTempus.Components/Users/Create/CreateUserCommand.cs
Normal file
9
PlanTempus.Components/Users/Create/CreateUserCommand.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace PlanTempus.Components.Users.Create
|
||||
{
|
||||
public class CreateUserCommand
|
||||
{
|
||||
public string Email { get; set; }
|
||||
public string Password { get; set; }
|
||||
public bool IsActive { get; set; } = true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue