PIbd-32_Chubykina_P.P._COP_11/COP/ClientsContracts/SearchModels/ClientSearchModel.cs

14 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClientsContracts.SearchModels
{
public class ClientSearchModel
{
public int? Id { get; set; }
}
}