You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it will be very useful and more flexible to define type and the method with lambda expression in the MapsToAggregateRootMethodAttribute attribute. Now the refactor is disgusting with strings.
Something similar: [MapsToAggregateRootMethod(Sample.Domain.Message, c => c.UpdateMessageText())]
Thank you!
pifta
The text was updated successfully, but these errors were encountered:
Hello,
I think it will be very useful and more flexible to define type and the method with lambda expression in the MapsToAggregateRootMethodAttribute attribute. Now the refactor is disgusting with strings.
Something similar: [MapsToAggregateRootMethod(Sample.Domain.Message, c => c.UpdateMessageText())]
Thank you!
pifta
The text was updated successfully, but these errors were encountered: