namespace IStation.Application { /// /// /// public class Mapper : IRegister { /// /// /// /// public void Register(TypeAdapterConfig config) { #region 1-module config.ForType(); config.ForType(); config.ForType(); config.ForType(); config.ForType(); #endregion } } }