laatzen/Common/Logic/ProductionOrderCore/IProductionData.cs
2022-09-20 09:42:20 +02:00

28 lines
402 B
C#

// ReSharper disable once EmptyNamespace
namespace Xylem.Common.Logic.ProductionOrderCore
{
//public abstract class BaseOrder
//{
//}
//public interface OrderIdent
//{
// string GetIdent();
//}
//public interface Order
//{
// OrderIdent GetOrderIdent();
// void setData();
//}
//public interface IProductionData
//{
//}
}