aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.Service/Security/TokenObject.cs
blob: e53b28afdabaf49276560b1127d5c09cf035992e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Tango.TCC.Service.Security
{
    public class TokenObject
    {
        public String UserID { get; set; }
    }
}