I have developed a new project based on ASP.Net core.
I have moved all my EF code (Models,mappings, DbContext) into a dedicated DAL class library in order to follow the Single responsibility principle of the SOLID rules....However, I need now to add authe...