Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class File
  2. {
  3. public long FileId { get; set; }
  4. public long DocumentOwenerId { get; set; }
  5. public long DocumentType { get; set; }
  6. public string Description { get; set; }
  7. public string UploadDocument { get; set; }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement