Initial commit
All checks were successful
DMA-CSD-CICD/QuizSystem/pipeline/head This commit looks good
UCN/QuizSystem/pipeline/head This commit looks good

This commit is contained in:
Karsten Jeppesen
2026-04-10 17:05:34 +02:00
parent eb1991ce9d
commit eba66b2ad2
200 changed files with 155068 additions and 232 deletions

View File

@@ -0,0 +1,8 @@
namespace Quizzer.Models
{
public class OpenIDUCNData
{
public string theRole { get; set; }
public List<string> theClass { get; set; }
}
}