13 lines
490 B
C#
13 lines
490 B
C#
using System.Diagnostics.CodeAnalysis;
|
|
using Moonlight.Shared.Http.Events;
|
|
using Riok.Mapperly.Abstractions;
|
|
|
|
namespace Moonlight.Api.Mappers;
|
|
|
|
[Mapper]
|
|
[SuppressMessage("Mapper", "RMG020:No members are mapped in an object mapping")]
|
|
[SuppressMessage("Mapper", "RMG012:No members are mapped in an object mapping")]
|
|
public static partial class ContainerHelperMapper
|
|
{
|
|
public static partial RebuildEventDto ToDto(Http.Services.ContainerHelper.Events.RebuildEventDto rebuildEventDto);
|
|
} |