SUBD_PIbd-23_ZakharovRA/CarShowroom/CarShowroomDataModels/SearchModel/SaleSearch.cs
2024-05-05 22:02:53 +04:00

14 lines
232 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CarShowroomDataModels.SearchModel
{
public class SaleSearch
{
public int? Id;
}
}