using InABox.Integration.Logikal; namespace PRSLogikal { public class LogikalGlass : ILogikalGlass { public string Code { get; set; } public string Description { get; set; } public double Quantity { get; set; } public double Cost { get; set; } public string Treatment { get; set; } public double Height { get; set; } public double Width { get; set; } public string Location { get; set; } } }