コード例 #1
0
ファイル: Program.cs プロジェクト: Aynamik4/EFDBFirstSolution
 static void Main(string[] args)
 {
     DBLib.AddPerson("Micke", "Engström", 1965);
 }