eventuate-examples / eventuate-tram-core-dotnet-examples-customers-and-orders

Apache License 2.0
42 stars 22 forks source link

Also, since you are using properties for Name and CreditLimit, the “accessor” methods GetName()/SetName() are not needed (the point of properties is to avoid these). #6

Open cer opened 4 years ago

cer commented 4 years ago

https://github.com/eventuate-examples/eventuate-tram-core-dotnet-examples-customers-and-orders/blob/433b8919e4878b2bff52ac90c297f92b9a74ecbc/ServiceCommon/Classes/CustomerCreatedEvent.cs#L22

charansingh83sh commented 4 years ago

Done. https://github.com/eventuate-examples/eventuate-tram-core-dotnet-examples-customers-and-orders/pull/10/commits/f6bd3a1e3312f84e1232984d3077a1168c0d3899