Skip to content

Commit

Permalink
Merge pull request #66 from PasinduPrabhashitha/async-messaging
Browse files Browse the repository at this point in the history
fix 🐛 : change dto access modifier
  • Loading branch information
pasindu-pr authored Apr 19, 2023
2 parents 8cd324c + 76c26a5 commit ffa5442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Florage.Shared.Dtos.Orders
{
internal class PublishCreateOrderDto
public class PublishCreateOrderDto
{
public string Id { get; set; } = string.Empty;
public string? UserId { get; set; }
Expand Down

0 comments on commit ffa5442

Please sign in to comment.