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

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using BatteryCostAnalysis.Models;
using BattSim.Models;
namespace BatteryCostAnalysis.Services
namespace BattSim.Services
{
public class BatterySimulator
{