API
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user