PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantContracts/SearchModels/OrderSearchModel.cs

15 lines
261 B
C#
Raw Normal View History

2023-02-19 11:27:59 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantContracts.SearchModels
{
public class OrderSearchModel
{
public int? Id { get; set; }
}
}