implement
This commit is contained in:
@@ -6,6 +6,7 @@ public class AipsDbContext : DbContext
|
||||
{
|
||||
public DbSet<User.User> Users { get; set; }
|
||||
public DbSet<Whiteboard.Whiteboard> Whiteboards { get; set; }
|
||||
public DbSet<Shape.Shape> Shapes { get; set; }
|
||||
|
||||
public AipsDbContext(DbContextOptions<AipsDbContext> options)
|
||||
: base(options)
|
||||
|
||||
Reference in New Issue
Block a user