🗺 Настраиваем маппинг в объявлении типа (AutoMapper Extension)
#type #automapper #mapping #dotnet
📱 Github
https://github.com/hamaronooo/KutCode.AutoMapper.Extensions
#type #automapper #mapping #dotnet
https://github.com/hamaronooo/KutCode.AutoMapper.Extensions
public class SomeEntity
{
public string Value { get;set; }
}
public class SomeDto : IMapWith<SomeEntity> // <-- just inherit it
{
public string Value { get;set; }
}
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - noncommunicado/KutCode.AutoMapper.Extensions: Comfortable In-Type Map Profile Configuration
Comfortable In-Type Map Profile Configuration . Contribute to noncommunicado/KutCode.AutoMapper.Extensions development by creating an account on GitHub.