Guest User

Untitled

a guest
Mar 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. [User]
  2. userId int;
  3. firstName string;
  4. lastName string;
  5. skills List<Skill>;
  6.  
  7. [Skill]
  8. skillId int;
  9. description string;
Add Comment
Please, Sign In to add comment