9 lines
250 B
C#
9 lines
250 B
C#
using Disco.Models.UI.Config.DeviceBatch;
|
|
|
|
namespace Disco.Web.Areas.Config.Models.DeviceBatch
|
|
{
|
|
public class CreateModel : ConfigDeviceBatchCreateModel
|
|
{
|
|
public Disco.Models.Repository.DeviceBatch DeviceBatch { get; set; }
|
|
}
|
|
} |