PIbd-21 Potapov N.S. LabWork06 #7

Closed
ns.potapov wants to merge 36 commits from LabWork06 into LabWork05
Showing only changes of commit fb7a2a4065 - Show all commits

View File

@ -0,0 +1,9 @@
namespace SecuritySystemContracts.SearchModels
{
public class ImplementerSearchModel
{
public string? ImplementerFIO { get; set; }
public string? Password { get; set; }
public int? Id { get; set; }
}
}