using AutoMapper; namespace WinIn.FasterZ.AuthSiteCenter; public class AuthSiteCenterApplicationAutoMapperProfile : Profile { public AuthSiteCenterApplicationAutoMapperProfile() { /* You can configure your AutoMapper mapping configuration here. * Alternatively, you can split your mapping configurations * into multiple profile classes for a better organization. */ } }