Create an Entity
Hi,
I would like to create a "User" entity, that I will use to ID different kind of other entities, like: customer, manager...
The "User" entity will hold "UsereName" and "Password", and each other entity will hold the extra details.
Can anyone show me an example of definition for the "User" entity and one other entity?

