Fix up parsers

This commit is contained in:
2016-02-17 11:11:43 -05:00
parent e6ad04cf2b
commit 6534fc142b
4 changed files with 15 additions and 18 deletions
+1
View File
@@ -11,6 +11,7 @@ namespace LeafWeb.Core.DAL
public DbSet<LeafInputStatus> LeafInputStatus { get; set; }
public DbSet<FluxnetSite> FluxnetSites { get; set; }
public DbSet<PhotosynthesisType> PhotosynthesisTypes { get; set; }
public DbSet<LeafOutputFile> LeafOutputFiles { get; set; }
protected override void OnModelCreating(DbModelBuilder modelBuilder)
{