コード例 #1
0
ファイル: Program.cs プロジェクト: BPalagachev/PollSystem
 public static void Main(string[] args)
 {
     PollSystemDbCotnext dbContext = new PollSystemDbCotnext();
     dbContext.CreateOrUpdateDatabase();
     SeedDb(dbContext);
 }