1.0.5 Manueller Login
This commit is contained in:
13
Jugenddienst Stunden/Types/User.cs
Normal file
13
Jugenddienst Stunden/Types/User.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
public class User {
|
||||
public int id { get; set; }
|
||||
public string name { get; set; }
|
||||
public string surname { get; set; }
|
||||
public string token { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user