fronted: login

This commit is contained in:
2025-08-15 20:03:07 +02:00
parent f61b48fa4b
commit 1b2d95344a
184 changed files with 5238 additions and 232 deletions

View File

@@ -6,6 +6,8 @@ namespace back.DataModels;
[Table("Permissions")]
public class PermissionModel
{
public PermissionModel() { }
[Key]
public string Id { get; set; }
[Required, MaxLength(100)]