using AutoMapper; using PARR.Domain.DTOs.Shared; namespace PARR.Core.Infrastructure.Mapping.Shared { public class RobotTaskStatusDtoMappingProfile : Profile { public RobotTaskStatusDtoMappingProfile() { CreateMap(); } } }