using AutoMapper; namespace Win_in.Sfs.Auth.Web; public class AuthWebAutoMapperProfile : Profile { public AuthWebAutoMapperProfile() { //Define your AutoMapper configuration here for the Web project. } }