PIbd-21_Potapov_N.S._Securi.../SecuritySystem/SecuritySystemContracts/SearchModels/ImplementerSearchModel.cs

10 lines
241 B
C#
Raw Normal View History

namespace SecuritySystemContracts.SearchModels
{
public class ImplementerSearchModel
{
public string? ImplementerFIO { get; set; }
public string? Password { get; set; }
public int? Id { get; set; }
}
}