[2e][DB] felszereles viselt cipelt aprosagok

This commit is contained in:
2024-05-21 02:25:14 +02:00
parent e74196e61c
commit b801ecd9d6
18 changed files with 907 additions and 36 deletions
@@ -0,0 +1,12 @@
using System.Text.Json.Serialization;
namespace Kemkas.Web.ViewModels;
public class FelszerelesIdAndCount
{
[JsonPropertyName("id")]
public string Id { get; set; }
[JsonPropertyName("count")]
public int Count { get; set; }
}