PIbd-22_Shabunov_O.A._SushiBar/SushiBarContracts/SearchModels/CookSearchModel.cs

8 lines
147 B
C#
Raw Normal View History

2024-05-15 21:22:01 +04:00
namespace SushiBarContracts.SearchModels
{
public class CookSearchModel
{
public DateTime? EmploymentDate { get; set; }
}
}