Skip to content

Commit ffa5442

Browse files
authored
Merge pull request #66 from PasinduPrabhashitha/async-messaging
fix 🐛 : change dto access modifier
2 parents 8cd324c + 76c26a5 commit ffa5442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Florage.Shared/Dtos/Orders/PublishCreateOrderDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Florage.Shared.Dtos.Orders
22
{
3-
internal class PublishCreateOrderDto
3+
public class PublishCreateOrderDto
44
{
55
public string Id { get; set; } = string.Empty;
66
public string? UserId { get; set; }

0 commit comments

Comments
 (0)