laatzen/Common/Logic/ProductionOrderCore/IProductionData.cs

28 lines
402 B
C#
Raw Normal View History

2022-09-20 07:42:20 +00:00
// ReSharper disable once EmptyNamespace
namespace Xylem.Common.Logic.ProductionOrderCore
2021-10-01 09:09:20 +00:00
{
//public abstract class BaseOrder
//{
//}
//public interface OrderIdent
//{
// string GetIdent();
//}
//public interface Order
//{
// OrderIdent GetOrderIdent();
// void setData();
//}
//public interface IProductionData
//{
//}
}