Fix ProcessMapPlanBaseRepository<ProcessMapPlanReamDto, ProcessMapPlanReam>> registration

This commit is contained in:
ngfrolov 2024-03-25 11:28:17 +05:00
parent 600df99c4d
commit ab9a40e65e
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -183,7 +183,7 @@ namespace AsbCloudInfrastructure
services.AddTransient<
IChangeLogRepository<ProcessMapPlanReamDto, ProcessMapPlanBaseRequestWithWell>,
ProcessMapPlanBaseRepository<ProcessMapPlanReamDto, ProcessMapPlanDrilling>>();
ProcessMapPlanBaseRepository<ProcessMapPlanReamDto, ProcessMapPlanReam>>();
services.AddTransient<IProcessMapReportDrillingService, ProcessMapReportDrillingService>();