New conversion complete
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
|
||||
namespace LeafWeb.Core.Models
|
||||
{
|
||||
@@ -11,5 +11,11 @@ namespace LeafWeb.Core.Models
|
||||
{
|
||||
public virtual IEnumerable<CntrlComparisonFittingInfo> FittingInfo { get; set; }
|
||||
public virtual IEnumerable<CntrlComparisonPhotosyntheticInfo> PhotosyntheticInfo { get; set; }
|
||||
|
||||
public string CurveID => FittingInfo.First().CurveID;
|
||||
|
||||
public bool FitGi => FittingInfo.First().FitGi;
|
||||
|
||||
public bool FitGammaStar => FittingInfo.First().FitGammaStar;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user