Guest User

Untitled

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public class Source
  2. {
  3. public string UserName {get;set;}
  4. public string AppName {get;set;}
  5. public string Role {get;set;}
  6. public string Action {get;set;}
  7. }
  8.  
  9. public class Destination
  10. {
  11. public List<string> UserNames {get;set;}
  12. public string AppName {get;set;}
  13. public string Role {get;set;}
  14. public List<string> Actions {get;set;}
  15. }
Add Comment
Please, Sign In to add comment