fix
This commit is contained in:
parent
267380321e
commit
6c25c1a3a9
@ -6,16 +6,10 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace SecuritySystemContracts.SearchModels
|
namespace SecuritySystemContracts.SearchModels
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD:SecuritySystemContracts/SearchModels/ComponentSearchModel.cs
|
|
||||||
public class ComponentSearchModel
|
|
||||||
{
|
|
||||||
public int? Id { get; set; }
|
|
||||||
public string? ComponentName { get; set; }
|
|
||||||
=======
|
|
||||||
public class SecureSearchModel
|
public class SecureSearchModel
|
||||||
{
|
{
|
||||||
public int? Id { get; set; }
|
public int? Id { get; set; }
|
||||||
public string? SecureName { get; set; }
|
public string? SecureName { get; set; }
|
||||||
>>>>>>> Rename:SecuritySystemContracts/SearchModels/SecureSearchModel.cs
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user