PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantContracts/SearchModels/ImplementerSearchModel.cs
2023-04-19 22:48:32 +03:00

18 lines
366 B
C#

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