using BuecherwurmAPI.Models; using Microsoft.EntityFrameworkCore; namespace BuecherwurmAPI.Data { public class Context { /*public Context(DbContextOptions opt) { } public DbSet Books {get; set;} */ } }