Code rearrange for services and charting

This commit is contained in:
2016-04-27 09:52:41 -04:00
parent 8c218cda48
commit 9730600164
11 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ using System.Web.UI.WebControls;
using LeafWeb.Core.Charter;
using LeafWeb.Core.Entities;
using LeafWeb.Core.Parsers;
using LeafWeb.Web.Charter;
using LeafWeb.Web.Services;
using LeafWeb.Web.ViewModels.LeafCharter;
namespace LeafWeb.Web.Controllers
@@ -80,7 +80,7 @@ namespace LeafWeb.Web.Controllers
private IEnumerable<Bitmap> GetChartBitmaps(CurveData curveData)
{
var charts = LeafWebCharter.ProduceCharts(curveData);
var charts = LeafGasCharter.ProduceCharts(curveData);
foreach (var chart in charts)
{