Skip to content

Instantly share code, notes, and snippets.

@DavidRogersDev
Created April 4, 2020 10:17
Show Gist options
  • Save DavidRogersDev/e470a4111e38741b2d8116bb827be5b7 to your computer and use it in GitHub Desktop.
Save DavidRogersDev/e470a4111e38741b2d8116bb827be5b7 to your computer and use it in GitHub Desktop.
Gist for Medium Article - CreateNewUserCommand
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