added file loader

This commit is contained in:
douwe
2026-03-28 02:01:00 +01:00
parent 1244b11d43
commit 113b7c3234
8 changed files with 201 additions and 128 deletions

View File

@@ -2,9 +2,9 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using BatteryCostAnalysis.Models;
using BattSim.Models;
namespace BatteryCostAnalysis.Services
namespace BattSim.Services
{
public class ReportGenerator
{