PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantContracts/SearchModels/ReinforcedSearchModel.cs

15 lines
317 B
C#
Raw Normal View History

2023-02-19 11:27:59 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantContracts.SearchModels
{
public class ReinforcedSearchModel
{
public int? Id { get; set; }
public string? ReinforcedName { get; set; }
}
}