コード例 #1
0
 public EFCoreRepository(SpringklingContext context)
 {
     this.context = context;
 }
コード例 #2
0
        public async Task Invoke(HttpContext context, SpringklingContext dbContext)
        {
            await dbContext.Database.EnsureCreatedAsync();

            await Next(context);
        }