doc, spelling

This commit is contained in:
ngfrolov 2023-06-30 17:57:00 +05:00
parent 5ec6fa2b2e
commit de845c5ac5
Signed by: ng.frolov
GPG Key ID: E99907A0357B29A7
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,6 @@ namespace AsbCloudApp.Services
/// получить массив из одной записи самой поздней по дате
/// </summary>
/// <param name="idTelemetry">The id telemetry.</param>
/// <param name="token">The token.</param>
/// <returns>A Task.</returns>
TDto? GetLastOrDefault(int idTelemetry);

View File

@ -54,7 +54,7 @@ namespace AsbCloudWebApi.Tests.ServicesTests
}
[Fact]
public async Task GetTrajectoryAsync_StraigthBore()
public async Task GetTrajectoryAsync_StraightBore()
{
var plannedTrajectory = new TrajectoryGeoPlanDto[]
{

View File

@ -64,7 +64,6 @@ namespace AsbCloudWebApi.Controllers.WITS
/// </summary>
/// <param name="idWell">id скважины</param>
/// <param name="witsRecordRepository"></param>
/// <param name="token"></param>
/// <returns></returns>
[HttpGet("{idWell}/last")]
public virtual ActionResult<IEnumerable<TDto>> GetLastData(

View File

@ -1,4 +1,6 @@
using AsbCloudApp.Exceptions;
// Ignore Spelling: Middlewares
using AsbCloudApp.Exceptions;
using Microsoft.AspNetCore.Http;
using System;
using System.Threading.Tasks;