Class 08Dec2017 issues
Open
foyzulkarim
opened this issue 7 years ago
•
0 comments
- undo Lbl.IdentityModel project. Move classes back to main Server.Identity
- Remove Identity related classes from Request model and view model projects.
- Undo repository layer and use Entity as the base class.
- Pass a repository (or generic repository) as the constructor in the service class instead of currently used DbContext object.
- Manage Roles, Resources, Permissions in the server project (don't use over complicated architecture for this classes).
- rename Permission and Resource Table to AspNetPermissions and AspNetResources