using Microsoft.EntityFrameworkCore;
using MuiCharts.Domain.Models;
using MuiCharts.Infrastructure.Configurations;
namespace MuiCharts.Infrastructure;
///
/// Represents the database context for MuiCharts application.
///
public class DataContext : DbContext
{
///
/// table.
///
public DbSet Points { get; set; }
///
/// table.
///
public DbSet