Granular permission back end done
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace FJPSite.Attributes;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
|
||||
public class SeedMigrationAttribute(string migration) : Attribute
|
||||
{
|
||||
public string Migration { get; set; } = migration;
|
||||
}
|
||||
Reference in New Issue
Block a user