Files
Moonlight/Moonlight.Shared/Http/Responses/Admin/Settings/WhiteLabelingDto.cs

6 lines
129 B
C#

namespace Moonlight.Shared.Http.Responses.Admin.Settings;
public class WhiteLabelingDto
{
public string Name { get; set; }
}