コード例 #1
0
 public static void Init()
 {
     using var ctx = new LoteryContext();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: longthan01/lotery
        static void Main(string[] args)
        {
            var context = new LoteryContext(new Microsoft.EntityFrameworkCore.DbContextOptions <LoteryContext>());

            context.Crawlingstate.ToList();
        }