Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class Document
  2. {
  3. public int Id { get; set; }
  4. public string OurCode { get; set; }
  5. public string Path { get; set; }
  6. public string Content { get; set; }
  7. public Attachment Attachment { get; set; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement