Class FaqSectionToFaqSectionDtoMapper
Inheritance
FaqSectionToFaqSectionDtoMapper
Assembly: Volo.CmsKit.Pro.Admin.Application.dll
Syntax
public class FaqSectionToFaqSectionDtoMapper : MapperBase<FaqSection, FaqSectionDto>, IAbpMapperlyMapper<FaqSection, FaqSectionDto>, ITransientDependency
Constructors
FaqSectionToFaqSectionDtoMapper()
Declaration
public FaqSectionToFaqSectionDtoMapper()
Methods
Map(FaqSection)
Declaration
public override FaqSectionDto Map(FaqSection source)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Faqs.FaqSection, Volo.CmsKit.Admin.Faqs.FaqSectionDto>.Map(Volo.CmsKit.Faqs.FaqSection)
Map(FaqSection, FaqSectionDto)
Declaration
public override void Map(FaqSection source, FaqSectionDto destination)
Parameters
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Faqs.FaqSection, Volo.CmsKit.Admin.Faqs.FaqSectionDto>.Map(Volo.CmsKit.Faqs.FaqSection, Volo.CmsKit.Admin.Faqs.FaqSectionDto)
Map(FaqSection, FaqSectionDto)
Declaration
public override void Map(FaqSection source, FaqSectionDto destination)
Parameters
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Faqs.FaqSection, Volo.CmsKit.Public.Faqs.FaqSectionDto>.Map(Volo.CmsKit.Faqs.FaqSection, Volo.CmsKit.Public.Faqs.FaqSectionDto)
Implements
Extension Methods