Skip to content

Commit

Permalink
Merge pull request #75 from PasinduPrabhashitha/async-messaging
Browse files Browse the repository at this point in the history
feat ✨ : add publish user create dto
  • Loading branch information
pasindu-pr authored Apr 22, 2023
2 parents c1e5390 + ddf2fac commit 6c31f11
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace Florage.Shared.Dtos.Users
{
public class PublishUserCreateDto
{
public string Id { get; set; } = string.Empty;
public string Email { get; set; } = string.Empty;
public string UserName { get; set; } = string.Empty;
}
}

0 comments on commit 6c31f11

Please sign in to comment.