forked from ddrilling/AsbCloudServer
Added dtoId param in DrillParamsService.UpdateAsync()
This commit is contained in:
parent
4f4eb4333a
commit
7c41fc5b91
@ -22,7 +22,7 @@ namespace AsbCloudApp.Services
|
||||
Task<int> InsertRangeAsync(int idWell, IEnumerable<DrillParamsDto> dtos,
|
||||
CancellationToken token = default);
|
||||
|
||||
new Task<int> UpdateAsync(int idWell, DrillParamsDto dto,
|
||||
Task<int> UpdateAsync(int idWell, int dtoId, DrillParamsDto dto,
|
||||
CancellationToken token = default);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user