Bearbeitung von Lektion und Kurs
This commit is contained in:
@@ -15,8 +15,9 @@ namespace MultipleChoiceTrainer.Models.DataModels
|
||||
[Display(Name = "Beschreibung")]
|
||||
public string Description { get; set; }
|
||||
|
||||
|
||||
[Display(Name = "Kurs")]
|
||||
public Category Category { get; set; }
|
||||
[Display(Name = "Kurs")]
|
||||
public int CategoryId { get; set; }
|
||||
|
||||
public ICollection<Question> Questions { get; set; } = new HashSet<Question>();
|
||||
|
||||
Reference in New Issue
Block a user