This commit is contained in:
10Г Егор Романов 2023-03-07 14:04:23 +04:00
parent 267380321e
commit 6c25c1a3a9

View File

@ -6,16 +6,10 @@ using System.Threading.Tasks;
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 int? Id { get; set; }
public string? SecureName { get; set; }
>>>>>>> Rename:SecuritySystemContracts/SearchModels/SecureSearchModel.cs
}
}