using AutoMapper; namespace TenantManagement.Api; public class TenantMappingProfile : Profile { public TenantMappingProfile() { //CreateMap(); } }