Created
April 4, 2020 10:17
-
-
Save DavidRogersDev/e470a4111e38741b2d8116bb827be5b7 to your computer and use it in GitHub Desktop.
Gist for Medium Article - CreateNewUserCommand
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class CreateNewUserCommand : IRequest<ValidateableResponse<ApiResponse<int>>>, IValidateable | |
{ | |
public CreateUserDto CreateUserDto { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment