14 lines
262 B
C#
14 lines
262 B
C#
|
using BuecherwurmAPI.Models;
|
||
|
using Microsoft.EntityFrameworkCore;
|
||
|
namespace BuecherwurmAPI.Data
|
||
|
{
|
||
|
public class Context
|
||
|
{
|
||
|
/*public Context(DbContextOptions<Context> opt)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
public DbSet<Book> Books {get; set;} */
|
||
|
}
|
||
|
}
|