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