ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationContracts/SearchModels/OrderSearchModel.cs

7 lines
142 B
C#
Raw Normal View History

2024-05-12 14:38:32 +04:00
namespace SoftwareInstallationContracts.SearchModels
2024-04-07 16:54:02 +04:00
{
public class OrderSearchModel
{
public int? Id { get; set; }
}
2024-05-12 14:38:32 +04:00
}