[Flow] Code reuse using inheritance

Rocky rockysynergy at gmail.com
Thu Oct 9 13:52:49 CEST 2014


Hi,

I have 2 Domain Model. One is FirstTimeApplication and another is RecurringApplication. They are both Entity Object. They share some properties (Some of them are value objects collection). Thus I am thinking of both them inherit from BaseApplication in which I put the shared properties and methods. Do I need to define 1 Repository class for each Application? 


More information about the Flow mailing list