using AutoMapper; using Infrastructure.Entities; using Server.Dto.Request; using Server.Dto.Response; namespace Server.Mappers; public class ExerciceProfile : Profile { public ExerciceProfile() { CreateMap(); CreateMap(); } }