- using InABox.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 Finish { get; set; }
- public double Length { get; set; }
- }
- }
|