using AutoMapper; using Sozsoft.Platform.Entities; namespace Sozsoft.Platform.VideoRooms; public class VideoroomAutoMapperProfile : Profile { public VideoroomAutoMapperProfile() { CreateMap(); CreateMap(); CreateMap(); CreateMap(); } }