13 lines
345 B
C#
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; }
|
|
}
|
|
} |