I have a relationship of my system where one class makes a relationship with another, but this other class there is nowhere in the system to change / delete its state (they are just static data) p>
I would like to know if the ideal would be to use enum and how do I use enums in C # using EntityFramework?
Enum has the following structure:
I would like to make this reflected in the database in table form and already filled in (Since the user will not be able to modify anything in this table)