using System; using System.Collections.Generic; using System.Linq; using System.Web; using Disco.Models.UI.Device; namespace Disco.Web.Models.Device { public class IndexModel : DeviceIndexModel { } }