refator: move converter to MapperDto

This commit is contained in:
Polianin Nikita 2024-11-02 00:59:37 +03:00
parent 6c9af942f4
commit b3b00aa9e1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
namespace Mirea.Api.Endpoint.Common.Services; namespace Mirea.Api.Endpoint.Common.MapperDto;
public static class PairPeriodTimeConverter public static class PairPeriodTimeConverter
{ {

View File

@ -8,7 +8,7 @@ using Mirea.Api.Dto.Common;
using Mirea.Api.Dto.Requests; using Mirea.Api.Dto.Requests;
using Mirea.Api.Dto.Responses; using Mirea.Api.Dto.Responses;
using Mirea.Api.Endpoint.Common.Attributes; using Mirea.Api.Endpoint.Common.Attributes;
using Mirea.Api.Endpoint.Common.Services; using Mirea.Api.Endpoint.Common.MapperDto;
using Mirea.Api.Endpoint.Configuration.Model; using Mirea.Api.Endpoint.Configuration.Model;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;