Adding EF initialization

This commit is contained in:
2016-01-29 11:25:44 -05:00
parent 37a7a24436
commit 68a77366e9
25 changed files with 2534 additions and 29 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ namespace LeafWeb.Core.Models
/// </summary>
public class LeafInputPhotosynthetic
{
[Key]
public int LeafInputPhotosyntheticId { get; set; }
public int Id { get; set; }
public virtual LeafInputInfo LeafInputInfo { get; set; }