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 ed389c240b - Show all commits

View File

@ -1,14 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SecuritySystemContracts.SearchModels
{
public class ManufactureSearchModel
{
public int? Id { get; set; }
public string? ManufactureName { get; set; }
}
}