Adding EF initialization
This commit is contained in:
@@ -10,12 +10,11 @@ namespace LeafWeb.Core.Models
|
||||
/// </summary>
|
||||
public class LeafInputInfo
|
||||
{
|
||||
[Key]
|
||||
public int LeafInputInfoId { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public virtual LeafInputSite Site { get; set; }
|
||||
public virtual LeafInputPhotosynthetic Photosynthetic { get; set; }
|
||||
public virtual IEnumerable<LeafInputData> Data { get; set; }
|
||||
public virtual ICollection<LeafInputData> Data { get; set; }
|
||||
|
||||
[ParseInfo(1, exampleValue: "First and last name")]
|
||||
public string InvestigatorName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user