PIbd-32_Bondarenko_M.S._COP_16/WinForm/Contracts/SearchModels/ProviderSearchModel.cs

14 lines
251 B
C#
Raw Normal View History

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