Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/FakeBatteryPositionService.cs
@@ -33,6 +33,12 @@ } /// <inheritdoc/> public bool MarkAsAvailable(List<int> positions) { return BaseDal.MarkAsAvailable(positions); } /// <inheritdoc/> public int? GetPositionIndex(int row, int col) { return BaseDal.GetPositionIndex(row, col);