using AutoMapper; namespace WinIn.FasterZ.AuthSiteCenter.Web; public class AuthSiteCenterWebAutoMapperProfile : Profile { public AuthSiteCenterWebAutoMapperProfile() { //Define your AutoMapper configuration here for the Web project. } }