Update names part 2
This commit is contained in:
@@ -7,8 +7,8 @@ namespace WebAPI
|
||||
public class AppDbContext : DbContext
|
||||
{
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<Layer> DataSets { get; set; }
|
||||
public DbSet<Record> DataRows { get; set; }
|
||||
public DbSet<Layer> Layers { get; set; }
|
||||
public DbSet<Record> Records { get; set; }
|
||||
|
||||
public AppDbContext(DbContextOptions<AppDbContext> options) : base(options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user