This commit is contained in:
Naumann 2020-05-28 09:30:34 +02:00
parent ea2211c99e
commit 9697d3578a
6 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
using BuecherwurmAPI.Models;
using Microsoft.EntityFrameworkCore;
namespace BuecherwurmAPI.Data
{
public class Context
{
/*public Context(DbContextOptions<Context> opt)
{
}
public DbSet<Book> Books {get; set;} */
}
}