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.Data.SAUB;
|
||||||
using AsbCloudApp.Repositories;
|
using AsbCloudApp.Repositories;
|
||||||
using AsbCloudApp.Services;
|
using AsbCloudApp.Services;
|
||||||
using AsbCloudDb;
|
|
||||||
using AsbCloudDb.Model;
|
using AsbCloudDb.Model;
|
||||||
using AsbCloudInfrastructure.Services.SAUB;
|
|
||||||
using Mapster;
|
using Mapster;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -260,8 +260,6 @@ namespace AsbCloudInfrastructure.Repository
|
|||||||
IdWellSectionType = o.IdWellSectionType,
|
IdWellSectionType = o.IdWellSectionType,
|
||||||
IdCategory = o.IdCategory,
|
IdCategory = o.IdCategory,
|
||||||
|
|
||||||
//o.Well,
|
|
||||||
//o.OperationCategory,
|
|
||||||
CategoryName = o.WellSectionType.Caption,
|
CategoryName = o.WellSectionType.Caption,
|
||||||
WellSectionTypeName = o.WellSectionType.Caption,
|
WellSectionTypeName = o.WellSectionType.Caption,
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ namespace AsbCloudWebApi.Controllers.SAUB
|
|||||||
private readonly IWellService wellService;
|
private readonly IWellService wellService;
|
||||||
private readonly IHubContext<TelemetryHub> telemetryHubContext;
|
private readonly IHubContext<TelemetryHub> telemetryHubContext;
|
||||||
private readonly ITelemetryWirelineRunOutRepository repository;
|
private readonly ITelemetryWirelineRunOutRepository repository;
|
||||||
private string SirnalRMethodGetDataName => "ReceiveWirelineRunOut";
|
private static string SirnalRMethodGetDataName => "ReceiveWirelineRunOut";
|
||||||
|
|
||||||
public TelemetryWirelineRunOutController(
|
public TelemetryWirelineRunOutController(
|
||||||
ITelemetryService telemetryService,
|
ITelemetryService telemetryService,
|
||||||
|
Loading…
Reference in New Issue
Block a user