qol: simplify accessors
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
{
|
||||
public interface ConfigDeviceBatchCreateModel : BaseUIModel
|
||||
{
|
||||
Models.Repository.DeviceBatch DeviceBatch { get; set; }
|
||||
Repository.DeviceBatch DeviceBatch { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface ConfigDeviceBatchShowModelMembership : BaseUIModel
|
||||
{
|
||||
Disco.Models.Repository.DeviceModel DeviceModel { get; set; }
|
||||
Repository.DeviceModel DeviceModel { get; set; }
|
||||
int DeviceCount { get; set; }
|
||||
int DeviceDecommissionedCount { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user