Update
This commit is contained in:
10
src/BackOffice.BFF.WebApi/Common/Mappings/OtpProfile.cs
Normal file
10
src/BackOffice.BFF.WebApi/Common/Mappings/OtpProfile.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace BackOffice.BFF.WebApi.Common.Mappings;
|
||||
|
||||
public class OtpProfile : IRegister
|
||||
{
|
||||
void IRegister.Register(TypeAdapterConfig config)
|
||||
{
|
||||
//config.NewConfig<Source,Destination>()
|
||||
// .Map(dest => dest.FullName, src => $"{src.Firstname} {src.Lastname}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user