9 lines
149 B
C#
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; }
|
|
}
|