Skip to content

Commit

Permalink
feat ✨ : add publish create order dto
Browse files Browse the repository at this point in the history
  • Loading branch information
pasindu-pr committed Apr 19, 2023
1 parent d816a9c commit 30bc39a
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.Orders
{
internal class PublishCreateOrderDto
{
public string Id { get; set; } = string.Empty;
public string? UserId { get; set; }
public float TotalPrice { get; set; }
}
}

0 comments on commit 30bc39a

Please sign in to comment.