namespace Yw.BLL.Dict
{
///
///
///
public class Mapper : IRegister
{
///
///
///
///
public void Register(TypeAdapterConfig config)
{
#region 1-type
config.ForType();
config.ForType();
config.ForType();
#endregion
#region 2-data
config.ForType();
config.ForType();
config.ForType();
#endregion
}
}
}