diff --git a/02_ProjectOrientedSessions/Session04/Session04.md b/02_ProjectOrientedSessions/Session04/Session04.md index 560dced..7b59db6 100644 --- a/02_ProjectOrientedSessions/Session04/Session04.md +++ b/02_ProjectOrientedSessions/Session04/Session04.md @@ -146,6 +146,24 @@ public class MappingProfile : Profile ```
+ +📂 Suggested Folder: WebAPI + +**Program.cs** +```cs + . + . + . + + builder.Services.AddAutoMapper(typeof(MappingProfile)); + + var app = builder.Build(); + + . + . + . +``` + # Result & Result Status (Amin) # IService & Service (Amin)