add 2E Varazslatok and rename Character to Karakter

This commit is contained in:
2024-07-18 13:45:51 +02:00
parent 1eb35d091e
commit e060c83ef8
15 changed files with 938 additions and 30 deletions
@@ -0,0 +1,12 @@
using System.Text.Json.Serialization;
namespace Kemkas.Web.ViewModels;
public class KarakterVarazslat2eDto
{
[JsonPropertyName("id")]
public string VarazslatId { get; set; }
[JsonPropertyName("bekeszitve")]
public bool Bekeszitve { get; set; }
}