Code rearrange for services and charting
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user