ImplementerSearchModel
This commit is contained in:
parent
c4f9648e05
commit
e18572c2fb
17
JewelryStoreContracts/SearchModels/ImplementerSearchModel.cs
Normal file
17
JewelryStoreContracts/SearchModels/ImplementerSearchModel.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace JewelryStoreContracts.SearchModels
|
||||||
|
{
|
||||||
|
public interface ImplementerSearchModel
|
||||||
|
{
|
||||||
|
public int? Id { get; set; }
|
||||||
|
|
||||||
|
public string? ImplementerFIO { get; set; }
|
||||||
|
|
||||||
|
public string? Password { get; set; }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user