Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public partial class User : UserBase
  2. {
  3.  
  4. [ProfileUsage(IsExcluded = true)]
  5. public IEnumerable<Permission> Permissions
  6. {
  7. get;
  8. set;
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment