Merge branch 'dev' into feature/#30435481-unification-date/time

This commit is contained in:
ngfrolov 2024-03-25 12:08:43 +05:00
commit aa5415be49
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>();