ArmandJ77-zz / CQRSAndMediator-Scaffolding

A dotnet CLI code scaffolding tool for domains that implement CQRS and Mediator Patterns
https://armandjordaan.com
MIT License
19 stars 13 forks source link

I've added a method called AddGetSetProperty to the ClassAssembler an… #8

Open jakes-slabbert opened 2 months ago

jakes-slabbert commented 2 months ago

…d IWithInheritance. This method outputs a property to the generated class with the input accessModifier and a one-line Getter and Setter. Hope this helps - it certainly helped me.