1
Hello, I need a help, I have a bank with two tables 1-Institution 2-People, for that I created in the model these 2 classes do not know if it is the right way more I did so. I created the Repository and extended the Institution classes (look at the image) so far so good.
In Service I created the method to save, but in Controller I can not call the class People because I extended the Institution so I can not save the data of the form of people, I do not know if I understand, I have not much knowledge probably to implementing in a wrong way, as I could do ?