mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-18 05:33:47 +00:00
fix nullable warnings (#49)
* fix nullable warnings * use collection initalizers
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Kemkas.Web.ViewModels;
|
||||
public class Szintlepes
|
||||
{
|
||||
[JsonPropertyName("osztaly")]
|
||||
public string Osztaly { get; set; }
|
||||
public required string Osztaly { get; set; }
|
||||
|
||||
[JsonPropertyName("HProll")]
|
||||
public byte HProll { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user