Code rearrange for services and charting
This commit is contained in:
@@ -8,10 +8,10 @@ namespace LeafWeb.Core.Charter
|
||||
{
|
||||
public static class CurveDataConverter
|
||||
{
|
||||
public static IEnumerable<CurveData> Convert(IEnumerable<LeafGasComparison> cntrlComparison)
|
||||
public static IEnumerable<CurveData> Convert(IEnumerable<LeafGasComparison> leafGasComparison)
|
||||
{
|
||||
var comparisonGroups =
|
||||
from comparison in cntrlComparison
|
||||
from comparison in leafGasComparison
|
||||
group comparison by comparison.CurveID into curves
|
||||
select new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user