using CloudBuilder.Core.Authorization; using CloudBuilder.Security.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CloudBuilder.Security.Data { [TypeScript] public class SecurityFunctionData { public SecurityFunctionDisplayData? SecurityFunction { get; set; } public SecurityFunctionMapViewEntity[]? SecurityFunctionMapParents { get; set; } public SecurityFunctionMapViewEntity[]? SecurityFunctionMapSons { get; set; } } }