Refactored project to module structure
This commit is contained in:
3
Moonlight.Shared/Shared/Auth/ClaimDto.cs
Normal file
3
Moonlight.Shared/Shared/Auth/ClaimDto.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Moonlight.Shared.Shared.Auth;
|
||||
|
||||
public record ClaimDto(string Type, string Value);
|
||||
Reference in New Issue
Block a user