2024-02-08 20:30:24 +04:00

13 lines
231 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantContracts.BindingModels
{
internal class ComponentBindingModel
{
}
}