PIbd-32_Bulatova_K.R._COP_10/COP/ClientsContracts/SearchModels/StatusSearchModel.cs

14 lines
248 B
C#
Raw Normal View History

2024-10-29 09:22:02 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClientsContracts.SearchModels
{
public class StatusSearchModel
{
public int? Id { get; set; }
}
}