This commit is contained in:
masoodafar-web
2025-11-24 22:55:14 +03:30
parent 56478c79c2
commit 6cd0a45336
14 changed files with 2957 additions and 7566 deletions

View File

@@ -4,7 +4,7 @@ public class UserOrderProfile : IRegister
{
void IRegister.Register(TypeAdapterConfig config)
{
//config.NewConfig<Source,Destination>()
// .Map(dest => dest.FullName, src => $"{src.Firstname} {src.Lastname}");
// config.NewConfig<Source,Destination>()
// .Map(dest => dest.FullName, src => $"{src.Firstname} {src.Lastname}");
}
}