фиксация

dev
vlad zverzhkhovskiy 2025-10-08 15:45:33 +03:00
parent 167c2ba119
commit f4fb12407a
6 changed files with 18 additions and 32 deletions

View File

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KLHZ.Trader.Core.Math.Declisions.Dtos
namespace KLHZ.Trader.Core.Math.Declisions.Dtos
{
public class ConvolutionResult
{

View File

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KLHZ.Trader.Core.Math.Declisions.Dtos
namespace KLHZ.Trader.Core.Math.Declisions.Dtos
{
public class HistItem
{

View File

@ -2,12 +2,10 @@ using KLHZ.Trader.Core.Contracts.Messaging.Dtos;
using KLHZ.Trader.Core.Contracts.Messaging.Interfaces;
using KLHZ.Trader.Core.DataLayer;
using KLHZ.Trader.Core.DataLayer.Entities.Orders;
using KLHZ.Trader.Core.Math.Declisions.Dtos;
using KLHZ.Trader.Core.Math.Declisions.Utils;
using KLHZ.Trader.Service.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System.Linq;
namespace KLHZ.Trader.Service.Controllers
{