forked from ddrilling/AsbCloudServer
nit code format
This commit is contained in:
parent
e398beaaa1
commit
595eca8e26
@ -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;
|
||||
|
@ -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,
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user