Romanov E.V. SecuritySystem Lab_Work_1 #1

Closed
RomanovEgor wants to merge 27 commits from Lab_Work_1 into main
Showing only changes of commit 6c25c1a3a9 - Show all commits

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
}
}