Moved request and responses dtos to correct namespace
This commit is contained in:
3
Moonlight.Shared/Http/Responses/Admin/Auth/SchemeDto.cs
Normal file
3
Moonlight.Shared/Http/Responses/Admin/Auth/SchemeDto.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Moonlight.Shared.Http.Responses.Admin.Auth;
|
||||
|
||||
public record SchemeDto(string Name, string DisplayName);
|
||||
Reference in New Issue
Block a user