MCPcopy Create free account
hub / github.com/TryCatchLearn/Restore-v2 / MappingProfiles

Class MappingProfiles

API/RequestHelpers/MappingProfiles.cs:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace API.RequestHelpers;
7
8public class MappingProfiles : Profile
9{
10 public MappingProfiles()
11 {
12 CreateMap<CreateProductDto, Product>();
13 CreateMap<UpdateProductDto, Product>();
14 }
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected