Keeping Order
This commit is contained in:
@@ -6,11 +6,12 @@ using Microsoft.Maui.Networking;
|
||||
using ZXing.Net.Maui;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.ComponentModel;
|
||||
using Jugenddienst_Stunden.Models;
|
||||
using Jugenddienst_Stunden.Types;
|
||||
|
||||
|
||||
namespace Jugenddienst_Stunden.ViewModels {
|
||||
internal class StundenViewModel : ObservableObject {
|
||||
namespace Jugenddienst_Stunden.ViewModels
|
||||
{
|
||||
internal class StundenViewModel : ObservableObject {
|
||||
public string Name => AppInfo.Name;
|
||||
public string Surname => AppInfo.VersionString;
|
||||
public string MoreInfoUrl => "https://aka.ms/maui";
|
||||
@@ -42,7 +43,7 @@ namespace Jugenddienst_Stunden.ViewModels {
|
||||
// get => _hour.zeit_total_daily;
|
||||
//}
|
||||
|
||||
public List<Models.TimeDay> ZeitTotalDaily {
|
||||
public List<TimeDay> ZeitTotalDaily {
|
||||
get => _hour.zeit_total_daily_api;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user