aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.Service/Security/DeviceTokenObject.cs
blob: bae25381d1bcd3b959348b3bf20f6ee5953be9e7 (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 DeviceTokenObject
    {
        public String DeviceID { get; set; }
    }
}