Feature #4: Pre-defined/Restricted Locations
Configurable list and location suggestions. Ability to restrict locations. Shows 'occupied' locations.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Disco.Models.Services.Jobs.JobLists
|
||||
{
|
||||
public class JobLocationReference
|
||||
{
|
||||
public string Location { get; set; }
|
||||
public List<JobTableItemModel> References { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user