namespace LiteCharms.Features.MidrandShop.Postgres; public class MidrandShopDbContext(DbContextOptions options) : DbContext(options) { }