Files
Disco/Disco.Web/Models/Update/IndexModel.cs
T
2013-02-19 16:10:27 +11:00

12 lines
212 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Disco.Web.Models.Update
{
public class IndexModel
{
public string SessionId { get; set; }
}
}