Upload files to 'STOContracts/SearchModels'

This commit is contained in:
Ivan_Starostin 2024-05-01 14:28:18 +04:00
parent 06b66085f8
commit b276ee5434

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace STOContracts.SearchModels
{
public class WorkSearchModel
{
public int? Id { get; set; }
}
}