forked from ddrilling/AsbCloudServer
fix di in DrillingProgramService
This commit is contained in:
parent
14cf99a1dd
commit
7f0d5bd673
@ -16,10 +16,10 @@ namespace AsbCloudInfrastructure.Services
|
|||||||
public class DrillingProgramService : IDrillingProgramService
|
public class DrillingProgramService : IDrillingProgramService
|
||||||
{
|
{
|
||||||
private readonly IFileService fileService;
|
private readonly IFileService fileService;
|
||||||
private readonly WellService wellService;
|
private readonly IWellService wellService;
|
||||||
private const int idFileCategoryPlan = 13;
|
private const int idFileCategoryPlan = 13;
|
||||||
|
|
||||||
public DrillingProgramService(IFileService fileService, WellService wellService)
|
public DrillingProgramService(IFileService fileService, IWellService wellService)
|
||||||
{
|
{
|
||||||
this.fileService = fileService;
|
this.fileService = fileService;
|
||||||
this.wellService = wellService;
|
this.wellService = wellService;
|
||||||
|
Loading…
Reference in New Issue
Block a user