namespace IStation.Application
{
///
///
///
public class Mapper : IRegister
{
///
///
///
///
public void Register(TypeAdapterConfig config)
{
#region 1-tenant
config.ForType()
.Map(dest => dest.UseStatus, src => Yw.Model.eUseStatus.Enable);
config.ForType();
config.ForType();
#endregion
#region 2-airp-site
config.ForType()
.Map(dest => dest.UseStatus, src => Yw.Model.eUseStatus.Enable);
config.ForType();
config.ForType();
#endregion
#region 3-certificate
config.ForType();
config.ForType();
config.ForType();
#endregion
}
}
}