ExtLiveSubscribers.cs
453 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Extend
{
public class ExtLiveSubscribers
{
public int id { get; set; }
public string titleszs { get; set; }
public string dt { get; set; }
public bool status { get; set; }
public string softversion { get; set; }
}
}