This commit is contained in:
Mikhail Kuznetsov
2023-06-16 15:00:11 +10:00
parent 73a824057b
commit 57fe9eff09
37 changed files with 1151 additions and 504 deletions

View File

@@ -1,4 +1,6 @@
using AutoMapper;
using PARR.API.Contracts.V1.Requests.Queries;
using PARR.DAL.DomainModels;
namespace PARR.API.MappingProfiles
{
@@ -6,7 +8,7 @@ namespace PARR.API.MappingProfiles
{
public RequestToDomainProfile()
{
// снаружи в проект
CreateMap<PaginationQuery, PaginationFilter>();
}
}
}