source:
PostgreSqlDotnetCore/Models/RoleConstants.cs@
e9bb9d1
Last change on this file since e9bb9d1 was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
File size: 231 bytes |
Rev | Line | |
---|---|---|
[2aea0fd] | 1 | namespace PostgreSqlDotnetCore.Models |
2 | { | |
3 | public class RoleConstants | |
4 | { | |
5 | public static readonly int Admin = 1; | |
6 | public static readonly int Standard = 2; | |
7 | public static readonly int Manager = 3; | |
8 | } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.