aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.SharedUI/Controls/HiveControl.xaml
blob: 79729914fa6cfb0aed362e71f23301061b27e9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Tango.TCC.Service.Security
{
    public class DeviceTokenObject
    {
        public String DeviceID { get; set; }
    }
}