Files
predavanja/DefensiveProgramming/Secrets/Demo.cs

9 lines
149 B
C#

namespace Secrets;
public class Demo
{
public int Key0 { get; set; }
public string? Key1 { get; set; }
public string? Key2 { get; set; }
}