PI06 i PI06-1. Docker definitions for MSSQL and Postgres. Data seeder/generator for countries and people. Entity Framework example with variants for Postgres and MSSQL
This commit is contained in:
8
DefensiveProgramming/Secrets/Demo.cs
Normal file
8
DefensiveProgramming/Secrets/Demo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Secrets;
|
||||
|
||||
public class Demo
|
||||
{
|
||||
public int Key0 { get; set; }
|
||||
public string? Key1 { get; set; }
|
||||
public string? Key2 { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user