forked from ddrilling/AsbCloudServer
Убрано лишнее
This commit is contained in:
parent
878dfb3daa
commit
dfa7f628ec
@ -16,9 +16,6 @@ using AsbCloudApp.Requests.ExportOptions;
|
||||
using AsbCloudApp.Requests.ParserOptions;
|
||||
using AsbCloudDb.Model;
|
||||
using AsbCloudInfrastructure.Services.WellOperations.Factories;
|
||||
using ClosedXML.Excel;
|
||||
using AsbCloudInfrastructure.Services.ProcessMapPlan.Export;
|
||||
using AsbCloudApp.Services.Export;
|
||||
|
||||
namespace AsbCloudWebApi.Controllers;
|
||||
|
||||
@ -43,7 +40,6 @@ public class WellOperationController : ControllerBase
|
||||
|
||||
private readonly WellOperationParserFactory wellOperationParserFactory;
|
||||
private readonly WellOperationExportServiceFactory wellOperationExportServiceFactory;
|
||||
//private readonly IExportService<WellRelatedExportRequest> templateService;
|
||||
|
||||
public WellOperationController(IWellOperationRepository wellOperationRepository,
|
||||
IWellOperationCategoryRepository wellOperationCategoryRepository,
|
||||
|
Loading…
Reference in New Issue
Block a user