Class SendTestEmailViewModelToSendTestEmailInputMapper
Inheritance
SendTestEmailViewModelToSendTestEmailInputMapper
Assembly: Volo.Abp.SettingManagement.Web.dll
public class SendTestEmailViewModelToSendTestEmailInputMapper : MapperBase<SendTestEmailModal.SendTestEmailViewModel, SendTestEmailInput>, IAbpMapperlyMapper<SendTestEmailModal.SendTestEmailViewModel, SendTestEmailInput>, ITransientDependency
Constructors
Declaration
public SendTestEmailViewModelToSendTestEmailInputMapper()
Methods
Map(SendTestEmailViewModel)
Declaration
public override SendTestEmailInput Map(SendTestEmailModal.SendTestEmailViewModel source)
Parameters
Returns
Overrides
Map(SendTestEmailViewModel, SendTestEmailInput)
Declaration
public override void Map(SendTestEmailModal.SendTestEmailViewModel source, SendTestEmailInput destination)
Parameters
Overrides
Implements
Extension Methods