2024-02-08 00:52:37 +04:00

13 lines
208 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantDataModels
{
internal class OrderStatus
{
}
}