CodeCoopersLms
CodeCoopersLms copied to clipboard
As Code Coopers Training (previously known as Virtual Tech Academy), we have launched a LMS for our students. We are open sourcing those LMS projects here one by one for the greater good. Please share...
PermissionController (Add, Edit) PermissionQueryController (Search) ResourceController (Add, Edit) ResourceQueryController(Search) RoleController(Add, Edit) RoleQueryController (Search) [_less priority_] UserController (Approval) UserQueryController (Search)
there will be two dropdown : 1. users 2. roles one save button 1. Save select items from two different dropdown and press save. data will be saved into AspNetUserRoles
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...