Files
Disco/Disco.Web/Areas/Config/Models/DeviceProfile/CreateModel.cs
T
2013-04-30 12:35:27 +10:00

13 lines
345 B
C#

using Disco.Models.UI.Config.DeviceProfile;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Disco.Web.Areas.Config.Models.DeviceProfile
{
public class CreateModel : ConfigDeviceProfileCreateModel
{
public Disco.Models.Repository.DeviceProfile DeviceProfile { get; set; }
}
}