This commit is contained in:
2022-07-08 23:47:02 +00:00
parent 1cd70a5be8
commit e653e42db8
4 changed files with 184 additions and 182 deletions

View File

@@ -85,7 +85,7 @@ namespace AyaNovaQBI
public decimal? Longitude { get; set; }
public List<WorkOrderItem> Items { get; set; } = new List<WorkOrderItem>();
public List<WorkOrderState> States { get; set; } = new List<WorkOrderState>();
// public List<WorkOrderState> States { get; set; } = new List<WorkOrderState>();
//UTILITY FIELDS