8 lines
200 B
C#
8 lines
200 B
C#
namespace Disco.Models.UI.Config.DeviceProfile
|
|
{
|
|
public interface ConfigDeviceProfileCreateModel : BaseUIModel
|
|
{
|
|
Models.Repository.DeviceProfile DeviceProfile { get; set; }
|
|
}
|
|
}
|