BlazorShared and Services (#430)
* Service to Services * Change Shared project to BlazorShared * change refrerances to BlazorShared
This commit is contained in:
14
src/BlazorShared/Authorization/Constants.cs
Normal file
14
src/BlazorShared/Authorization/Constants.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BlazorShared.Authorization
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public static class Roles
|
||||
{
|
||||
public const string ADMINISTRATORS = "Administrators";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user