Afulton11 / blog-database

A CIS 560 Databases project using ASP.net core with an SQL database
2 stars 0 forks source link

[Database] [Core] Create CQRS for User, Role, Point, and Reason #4

Open Afulton11 opened 5 years ago

Afulton11 commented 5 years ago

Create all the necessary services and procedures that will be used to interact with the above entities.

CQRS - Command Query Responsibility Separation

Afulton11 commented 5 years ago

Let me know if you want a list of all the command/query services that are needed for the above POCOs.