using InABox.Integration.Awg; using InABox.Integration.Logikal; namespace PRSLogikal { public class LogikalStyle : ILogikalStyle { public string Code { get; set; } public string Description { get; set; } public double Cost { get; set; } public AwgStyleType StyleType { get; } } }