Skip to content

Commit

Permalink
refactor: make prop required, JSON deserializer will assign vals
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaDmitrasinovic committed Jan 24, 2024
1 parent 2b33d8c commit 1b74b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
namespace Backbone.Modules.Quotas.Application.IntegrationEvents.Incoming.RelationshipTemplateCreated;
public class RelationshipTemplateCreatedIntegrationEvent : IntegrationEvent
{
public string CreatedBy { get; set; }
public required string CreatedBy { get; set; }
}

0 comments on commit 1b74b96

Please sign in to comment.