Fehlerbehebung bei leerer DB;

This commit is contained in:
2020-06-10 19:27:01 +02:00
parent e57f1fb172
commit c7dfcf918f
3 changed files with 11 additions and 6 deletions

View File

@@ -9,6 +9,6 @@ namespace MultipleChoiceTrainer.Models
public class HomeViewModel
{
public IList<Category> Categories { get; set; }
public int SelectedCategoryId { get; set; }
public int? SelectedCategoryId { get; set; }
}
}