laatzen/Common/Logic/ProductionOrderCore/IProductionData.cs
2021-10-01 11:09:20 +02:00

27 lines
361 B
C#

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