Upload files to 'STOContracts/SearchModels'
This commit is contained in:
parent
06b66085f8
commit
b276ee5434
13
STOContracts/SearchModels/WorkSearchModel.cs
Normal file
13
STOContracts/SearchModels/WorkSearchModel.cs
Normal 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; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user