Is your feature request related to a problem? Please describe.
The actual way of working with the difference Stored Procedures, the functions and so on requires a constant jump from the API to the Database.
Describe the solution you'd like
Move all the functions to the API (Password Hash, Token generation, etc)
Describe alternatives you've considered
Use Entity Framework Core or MongoDb instead of SQL Server with ADO.NET
Additional context
This request might not be useful because the app has already a complete implementation. However the usage of Entity Framework could accelerate the development
Is your feature request related to a problem? Please describe.
The actual way of working with the difference Stored Procedures, the functions and so on requires a constant jump from the API to the Database.
Describe the solution you'd like
Move all the functions to the API (Password Hash, Token generation, etc)
Describe alternatives you've considered
Use Entity Framework Core or MongoDb instead of SQL Server with ADO.NET
Additional context
This request might not be useful because the app has already a complete implementation. However the usage of Entity Framework could accelerate the development