Bearbeitung von Lektion und Kurs
This commit is contained in:
14
MultipleChoiceTrainer/Models/HomeViewModel.cs
Normal file
14
MultipleChoiceTrainer/Models/HomeViewModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using MultipleChoiceTrainer.Models.DataModels;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MultipleChoiceTrainer.Models
|
||||
{
|
||||
public class HomeViewModel
|
||||
{
|
||||
public IList<Category> Categories { get; set; }
|
||||
public int SelectedCategoryId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user