Add Command Controller Code (Not Complete)
This commit is contained in:
parent
9ee5b86a26
commit
7f5ed43f3f
27 changed files with 58797 additions and 84 deletions
|
|
@ -14,6 +14,8 @@ namespace BMA.EHR.Application
|
|||
services.AddTransient<OrganizationEmployeeRepository>();
|
||||
services.AddTransient<MessageQueueRepository>();
|
||||
services.AddTransient<PlacementCommandRepository>();
|
||||
services.AddTransient<CommandTypeRepository>();
|
||||
services.AddTransient<CommandStatusRepository>();
|
||||
// services.AddTransient<InsigniaPeriodsRepository>();
|
||||
|
||||
return services;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue