using WinIn.FasterZ.AgGridReport.Dtos; using WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.ViewModels; using AutoMapper; namespace WinIn.FasterZ.AgGridReport.Web; public class AgGridReportWebAutoMapperProfile : Profile { public AgGridReportWebAutoMapperProfile() { //Define your AutoMapper configuration here for the Web project. CreateMap(); CreateMap(); } }