using Riok.Mapperly.Abstractions; using Volo.Abp.Mapperly; namespace MyCompanyName.MyProjectName.ObjectMapping; // This file is a placeholder for Mapperly mappers. // Add your mapper classes here following the pattern: // [Mapper] // public partial class SourceToDestinationMapper : MapperBase // { // public override partial Destination Map(Source source); // public override partial void Map(Source source, Destination destination); // }