Доделал валидатор

This commit is contained in:
Mikhail Trubnikov
2023-09-20 16:10:52 +10:00
parent a3a486242c
commit bdf160a98e
2 changed files with 21 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
using AutoMapper;
using FluentValidation;
using FluentValidation;
using Microsoft.AspNetCore.Mvc;
using PARR.API.Contracts.V1;
using PARR.API.Contracts.V1.Requests;
@@ -7,7 +6,6 @@ using PARR.API.Contracts.V1.Responses.Base;
using PARR.API.Controllers.V1.Base;
using PARR.API.Services.Interfaces;
using PARR.BLL.Domain.Mq;
using PARR.DAL.Services.Interfaces;
using System.Text.Json;
namespace PARR.API.Controllers.V1