Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class CreateTableDto
  2. {
  3. public string Name { get; set; }
  4. public string Description { get; set; }
  5. public int? MaxPartySize { get; set; }
  6. public int? AreaId { get; set; }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement