Guest User

Untitled

a guest
Jun 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. namespace Yum
  2. {
  3. using System;
  4. using System.Runtime.Serialization;
  5. using Tasty.Web.UrlTokens;
  6.  
  7. [DataContract(Namespace = UrlToken.XmlNamespace)]
  8. public class UserUrlToken : UrlToken
  9. {
  10. [DataMember]
  11. public int UserId { get; set; }
  12. }
  13. }
Add Comment
Please, Sign In to add comment