fronted: login
This commit is contained in:
@@ -6,6 +6,8 @@ namespace back.DataModels;
|
||||
[Table("Permissions")]
|
||||
public class PermissionModel
|
||||
{
|
||||
public PermissionModel() { }
|
||||
|
||||
[Key]
|
||||
public string Id { get; set; }
|
||||
[Required, MaxLength(100)]
|
||||
|
Reference in New Issue
Block a user