using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace Shogi.Api.Identity; public class ApplicationDbContext(DbContextOptions options) : IdentityDbContext(options) { }