Files
Disco/Disco.Web/Areas/Config/Models/DeviceBatch/CreateModel.cs
T
2013-04-30 12:35:27 +10:00

13 lines
335 B
C#

using Disco.Models.UI.Config.DeviceBatch;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Disco.Web.Areas.Config.Models.DeviceBatch
{
public class CreateModel : ConfigDeviceBatchCreateModel
{
public Disco.Models.Repository.DeviceBatch DeviceBatch { get; set; }
}
}