forked from ddrilling/AsbCloudServer
DrillTestSReportController переименован в DrillTestReportController
This commit is contained in:
parent
85086e7206
commit
1552cc4576
@ -18,12 +18,12 @@ namespace AsbCloudWebApi.Controllers;
|
|||||||
[ApiController]
|
[ApiController]
|
||||||
[Route("api/well/{idWell}/[controller]")]
|
[Route("api/well/{idWell}/[controller]")]
|
||||||
[Authorize]
|
[Authorize]
|
||||||
public class DrillTestsReportController : ControllerBase
|
public class DrillTestReportController : ControllerBase
|
||||||
{
|
{
|
||||||
private readonly IDrillTestReportService drillTestReportService;
|
private readonly IDrillTestReportService drillTestReportService;
|
||||||
private readonly IWellService wellService;
|
private readonly IWellService wellService;
|
||||||
|
|
||||||
public DrillTestsReportController(IDrillTestReportService drillTestReportService,
|
public DrillTestReportController(IDrillTestReportService drillTestReportService,
|
||||||
IWellService wellService)
|
IWellService wellService)
|
||||||
{
|
{
|
||||||
this.drillTestReportService = drillTestReportService;
|
this.drillTestReportService = drillTestReportService;
|
Loading…
Reference in New Issue
Block a user