fix merge

This commit is contained in:
Степанов Дмитрий 2023-10-24 11:37:23 +05:00
parent ea7e8cbd4b
commit c7a1a62bcd

View File

@ -13,7 +13,7 @@ namespace AsbCloudInfrastructure.Services;
public class WellboreService : IWellboreService public class WellboreService : IWellboreService
{ {
const string WellboreNameFormat = "Ñòâîë {0}"; const string WellboreNameFormat = "Ствол {0}";
private readonly IWellService wellService; private readonly IWellService wellService;
private readonly IWellOperationRepository wellOperationRepository; private readonly IWellOperationRepository wellOperationRepository;
private readonly ITelemetryDataCache<TelemetryDataSaubDto> telemetryDataCache; private readonly ITelemetryDataCache<TelemetryDataSaubDto> telemetryDataCache;