Refactored project to module structure
This commit is contained in:
6
Moonlight.Shared/Admin/Sys/Settings/WhiteLabelingDto.cs
Normal file
6
Moonlight.Shared/Admin/Sys/Settings/WhiteLabelingDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Moonlight.Shared.Admin.Sys.Settings;
|
||||
|
||||
public class WhiteLabelingDto
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user