using InABox.Integration.Logikal; namespace PRSLogikal { public class LogikalProfile : ILogikalProfile { public string Code { get; set; } public string Description { get; set; } public double Quantity { get; set; } public double Cost { get; set; } public string Group { get; set; } public string Supplier { get; set; } public string Finish { get; set; } public double Length { get; set; } public double PaintPerimeter { get; set; } public double AnodizePerimeter { get; set; } public double MillCost { get; set; } } }