namespace Brizco.Common.Models.Claims;
public static class ApplicationPermission
{
public const string ManageProducts = nameof(ManageProducts);
}