Class CreateFaqSectionViewModelToCreateFaqSectionDtoMapper
Inheritance
CreateFaqSectionViewModelToCreateFaqSectionDtoMapper
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
[MapExtraProperties]
public class CreateFaqSectionViewModelToCreateFaqSectionDtoMapper : MapperBase<CreateSectionModalModel.CreateFaqSectionViewModel, CreateFaqSectionDto>, IAbpMapperlyMapper<CreateSectionModalModel.CreateFaqSectionViewModel, CreateFaqSectionDto>, ITransientDependency
Constructors
CreateFaqSectionViewModelToCreateFaqSectionDtoMapper()
Declaration
public CreateFaqSectionViewModelToCreateFaqSectionDtoMapper()
Methods
Map(CreateFaqSectionViewModel)
Declaration
public override CreateFaqSectionDto Map(CreateSectionModalModel.CreateFaqSectionViewModel source)
Parameters
Returns
Overrides
Map(CreateFaqSectionViewModel, CreateFaqSectionDto)
Declaration
public override void Map(CreateSectionModalModel.CreateFaqSectionViewModel source, CreateFaqSectionDto destination)
Parameters
Overrides
Implements
Extension Methods