namespace HStation.Application.Xhs { /// /// /// public class Mapper : IRegister { /// /// /// /// public void Register(TypeAdapterConfig config) { #region relation config.ForType(); config.ForType(); config.ForType(); #endregion } } }