CodeCoopersLms icon indicating copy to clipboard operation
CodeCoopersLms copied to clipboard

Class 08Dec2017 issues

Open foyzulkarim opened this issue 7 years ago • 0 comments

  1. undo Lbl.IdentityModel project. Move classes back to main Server.Identity
  2. Remove Identity related classes from Request model and view model projects.
  3. Undo repository layer and use Entity as the base class.
  4. Pass a repository (or generic repository) as the constructor in the service class instead of currently used DbContext object.
  5. Manage Roles, Resources, Permissions in the server project (don't use over complicated architecture for this classes).
  6. rename Permission and Resource Table to AspNetPermissions and AspNetResources

foyzulkarim avatar Dec 08 '17 16:12 foyzulkarim