using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Disco.Web.Areas.API.Models.Job { public class DeviceHeldLocationModel { public string Location { get; set; } public string References { get; set; } } }