ExtRoute.cs
346 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace ControlPanel.Models.Extend
{
public class ExtRoute
{
public int id { get; set; }
public string titleszs { get; set; }
public string titleagk { get; set; }
public bool enabled { get; set; }
}
}