Started refactoring to be compatible with the changed nuget packages and the mooncore changes
This commit is contained in:
11
MoonlightServers.ApiServer/Mappers/ServerVariableMapper.cs
Normal file
11
MoonlightServers.ApiServer/Mappers/ServerVariableMapper.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using MoonlightServers.ApiServer.Database.Entities;
|
||||
using MoonlightServers.Shared.Http.Responses.Admin.ServerVariables;
|
||||
using Riok.Mapperly.Abstractions;
|
||||
|
||||
namespace MoonlightServers.ApiServer.Mappers;
|
||||
|
||||
[Mapper(AllowNullPropertyAssignment = false)]
|
||||
public static partial class ServerVariableMapper
|
||||
{
|
||||
public static partial ServerVariableResponse ToAdminResponse(ServerVariable serverVariable);
|
||||
}
|
||||
Reference in New Issue
Block a user