using System.Collections.Generic; using InABox.Integration.V6; namespace PRSDesktop.Integrations.V6; public class V6BOM : IV6BOM { public IEnumerable Groups { get; set; } public IEnumerable Finishes { get; set; } public IEnumerable Profiles { get; set; } public IEnumerable Gaskets { get; set; } public IEnumerable Components { get; set; } public IEnumerable Glass { get; set; } public IEnumerable Labour { get; set; } }