PIbd-21 Potapov N.S. LabWork01 Hard #5

Closed
ns.potapov wants to merge 20 commits from LabWorkHard01 into LabWork01
Showing only changes of commit fa9fa932bf - Show all commits

View File

@ -0,0 +1,8 @@
namespace SecuritySystemContracts.SearchModels
{
public class ShopSearchModel
{
public int? Id { get; set; }
public string? Name { get; set; }
}
}