using AutoMapper; using Sozsoft.Platform.Entities; using Sozsoft.Platform.Hr; namespace Sozsoft.Platform.Intranet; public class HrAutoMapperProfile : Profile { public HrAutoMapperProfile() { CreateMap(); CreateMap(); } }