Files
QuizSystem/Quizzer/Quizzer/Models/OpenIDUCNData.cs
Karsten Jeppesen eba66b2ad2
All checks were successful
DMA-CSD-CICD/QuizSystem/pipeline/head This commit looks good
UCN/QuizSystem/pipeline/head This commit looks good
Initial commit
2026-04-10 17:05:34 +02:00

9 lines
170 B
C#

namespace Quizzer.Models
{
public class OpenIDUCNData
{
public string theRole { get; set; }
public List<string> theClass { get; set; }
}
}