namespace Yw.Application.Unit
{
///
///
///
public class Mapper : IRegister
{
///
///
///
///
public void Register(TypeAdapterConfig config)
{
#region 1-lang
config.ForType();
config.ForType();
config.ForType();
#endregion
#region 2-type
config.ForType();
config.ForType();
config.ForType();
#endregion
#region 3-value
config.ForType();
config.ForType();
config.ForType();
#endregion
#region 4-name
config.ForType();
config.ForType();
#endregion
#region 5-transfer
config.ForType();
config.ForType();
#endregion
}
}
}