mercredi 6 avril 2016

EF 6.0: Design Pattern for product table

I need some inputs in deciding design pattern for EF classes the below scenario:

Table: Person_Profession

Professional Types: Lawyer, Doctor, Mechanic,...

The table Person_Profession, will hold the information for an individual and its professional, each record would be differentiated by a reference table holding the professional_type.

I want to create individual domain classes for each of these professional. But certainly do not want to repeat the code.

Aucun commentaire:

Enregistrer un commentaire