示例#1
0
 public static void Init()
 {
     using var ctx = new LoteryContext();
 }
示例#2
0
        static void Main(string[] args)
        {
            var context = new LoteryContext(new Microsoft.EntityFrameworkCore.DbContextOptions <LoteryContext>());

            context.Crawlingstate.ToList();
        }