реализовал бизнес логику продукта и компонента

This commit is contained in:
bekodeg
2024-04-28 20:59:05 +04:00
parent b1438de286
commit 3e2d8d74a5
5 changed files with 234 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
public class ComponentSearchModel
{
public int? Id { get; set; }
public string? ComponentName { get; set; }
public string? Name { get; set; }
}
}

View File

@@ -3,6 +3,6 @@
public class ProductSearchModel
{
public int? Id { get; set; }
public string? ProductName { get; set; }
public string? Name { get; set; }
}
}