Added leaf status, ssh.net
This commit is contained in:
@@ -8,6 +8,7 @@ namespace LeafWeb.Core.DAL
|
||||
{
|
||||
public DbSet<LeafInput> LeafInputs { get; set; }
|
||||
public DbSet<LeafInputFile> LeafInputFiles { get; set; }
|
||||
public DbSet<LeafInputStatus> LeafInputStatus { get; set; }
|
||||
public DbSet<FluxnetSite> FluxnetSites { get; set; }
|
||||
|
||||
protected override void OnModelCreating(DbModelBuilder modelBuilder)
|
||||
|
||||
Reference in New Issue
Block a user