using InABox.Core; namespace Comal.Classes { public interface IManufacturingLostTime : IEntity { string Code { get; set; } string Description { get; set; } ActivityLink Activity { get; set; } } }