I have a question of this data model. EntityA entity have a one to one relationship with EntityB entity. Now I have EntityC entity which has the same identical EntityB object.
My question is can I use same EntityB entity with the relationship to EntityC entity? Or should i use a separate entity ?
Please advice me on what is the best approach.