better naming.

This commit is contained in:
David Lebee
2021-02-02 12:22:58 -05:00
parent 20df5ce79d
commit 5292dfde52
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ namespace Demo
services.AddPoweredSoftCQRS();
services
.AddControllers()
.AddPoweredSoftQueryController()
.AddPoweredSoftCommandController()
.AddPoweredSoftQueries()
.AddPoweredSoftCommands()
.AddFluentValidation();
services.AddSwaggerGen();