Files
HopFrame/HopFrame.Web/Model/PermissionGroupAdd.cs
2024-08-03 13:59:48 +02:00

7 lines
159 B
C#

using HopFrame.Database.Models;
namespace HopFrame.Web.Model;
public class PermissionGroupAdd : PermissionGroup {
public string GroupName { get; set; }
}