OpenCodeFoundation / asset-manager

The Asset Manager is an Open Source Asset Management System. Asset Manager was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
http://asset-manager.azurewebsites.net
MIT License
32 stars 17 forks source link

Remove duplicates Id on entities #8

Closed ratanparai closed 6 years ago

ratanparai commented 6 years ago

When you extend Entity class then the class automatically inherit Id property, which is used as a primary key. You shouldn't have declare Id property manually. Please remove those duplicate Id declaration.