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