Added leaf status, ssh.net

This commit is contained in:
2016-02-05 23:06:17 -05:00
parent 617c528b06
commit d185adc844
6 changed files with 45 additions and 14 deletions
+1
View File
@@ -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)