using AutoMapper;
namespace PARR.API.MappingProfiles
{
public class RequestToDomainProfile : Profile
public RequestToDomainProfile()
// снаружи в проект
}