Merge branch 'dev' into Datenbankintegrität-Speisekarte_fix2

This commit is contained in:
MET18937
2023-06-24 16:23:51 +02:00
committed by GitHub
45 changed files with 1426 additions and 86 deletions

View File

@ -0,0 +1,7 @@
namespace WebApi.Models;
public partial class Admin
{
public int Id { get; set; }
public string Username { get; set; }
public string Password { get; set; }
}