Mapster
De Banane Atomic
Aller à la navigationAller à la recherche
Links
Mapping
// create a new itemDto from item var itemDto = item.Adapt<ItemDto>(); // update itemDto with data from item item.Adapt(itemDto); |
Installation
dotnet add package Mapster |