summaryrefslogtreecommitdiff
path: root/backend/Elements.Data/ApplicationDbContext.cs
blob: 619719a15ffd3463e0de1903234477d91be41c3f (plain)
1
2
3
4
5
6
7
using Microsoft.EntityFrameworkCore;

namespace Elements.Data;
public class ApplicationDbContext : DbContext
{

}