generated from karsten.jeppesen/KAJE-Template
Quizzer-8: Migrating to .NET 10
This commit is contained in:
15
Quizzer-8/Quizzer/Models/QAnswer.cs
Normal file
15
Quizzer-8/Quizzer/Models/QAnswer.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Quizzer.Models
|
||||
{
|
||||
public class QAnswer
|
||||
{
|
||||
public string AId { get; set; }
|
||||
public string QRef { get; set; }
|
||||
public string Alternative { get; set; }
|
||||
public bool IsRight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user