Month: July 2022

Project – AutoMapper – Object Mappers, Aggregate Services, and Façade-2

Since we have only one profile in one assembly, we leverage that class to access the assembly by passing the typeof(WebProfile).Assembly argument to the AddAutoMapper method. From there,…