Get Freistellung to work
This commit is contained in:
@@ -11,8 +11,6 @@ namespace Jugenddienst_Stunden.Models {
|
||||
|
||||
class Auth {
|
||||
|
||||
public Hours hours;
|
||||
|
||||
|
||||
public static async Task<string> GetApiDataWithAuthAsync(string url, string token) {
|
||||
// Erstellen eines HttpClient-Objekts
|
||||
|
||||
@@ -13,7 +13,6 @@ namespace Jugenddienst_Stunden.Models {
|
||||
internal class Stunde : ObservableObject {
|
||||
|
||||
public DateTime Date { get; set; }
|
||||
private static Hours Hours { get; set; }
|
||||
|
||||
//Default-Werte zum Testen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user