PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantContracts/SearchModels/ComponentSearchModel.cs
Катя Ихонкина f1a5244eef Коммит1
2023-02-19 11:27:59 +04:00

15 lines
315 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantContracts.SearchModels
{
public class ComponentSearchModel
{
public int? Id { get; set; }
public string? ComponentName { get; set; }
}
}