nit code format

This commit is contained in:
ngfrolov 2023-01-17 13:28:35 +05:00
parent e398beaaa1
commit 595eca8e26
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7
3 changed files with 1 additions and 5 deletions

View File

@ -2,9 +2,7 @@
using AsbCloudApp.Data.SAUB;
using AsbCloudApp.Repositories;
using AsbCloudApp.Services;
using AsbCloudDb;
using AsbCloudDb.Model;
using AsbCloudInfrastructure.Services.SAUB;
using Mapster;
using Microsoft.EntityFrameworkCore;
using System.Collections.Generic;

View File

@ -260,8 +260,6 @@ namespace AsbCloudInfrastructure.Repository
IdWellSectionType = o.IdWellSectionType,
IdCategory = o.IdCategory,
//o.Well,
//o.OperationCategory,
CategoryName = o.WellSectionType.Caption,
WellSectionTypeName = o.WellSectionType.Caption,

View File

@ -24,7 +24,7 @@ namespace AsbCloudWebApi.Controllers.SAUB
private readonly IWellService wellService;
private readonly IHubContext<TelemetryHub> telemetryHubContext;
private readonly ITelemetryWirelineRunOutRepository repository;
private string SirnalRMethodGetDataName => "ReceiveWirelineRunOut";
private static string SirnalRMethodGetDataName => "ReceiveWirelineRunOut";
public TelemetryWirelineRunOutController(
ITelemetryService telemetryService,