chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Strata.RxNorm.Api.Generics
|
||||
{
|
||||
public class Policies
|
||||
{
|
||||
public const string StrataOnly = "StrataOnly";
|
||||
public const string IsAdmin = "IsAdmin";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user