Windows-App
This commit is contained in:
@@ -5,6 +5,9 @@ using Jugenddienst_Stunden.Types;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace Jugenddienst_Stunden.ViewModels;
|
||||
/// <summary>
|
||||
/// Viewmodel für die einzelnen Stundeneinträge / Bearbeitung
|
||||
/// </summary>
|
||||
public class StundeViewModel : ObservableObject, IQueryAttributable {
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user