|
@@ -38,7 +38,7 @@ public interface IMainDbService
|
|
|
Task<TransactionRecord> GetTransactionForStopTransaction(int transactionId, string chargeBoxId);
|
|
|
Task UpdateTransaction(int transactionId, int meterStop, DateTime stopTime, int stopReasonId, string stopReason, string stopIdTag, string receipt, int cost);
|
|
|
Task<bool> UpdateHeartBeats(IEnumerable<Machine> heartBeatsData);
|
|
|
- Task UpdateTransactionSOC(int id, string v1, string v2);
|
|
|
+ Task UpdateTransactionSOC(int id, string startsoc, string stopsoc);
|
|
|
}
|
|
|
|
|
|
public class MainDbService : IMainDbService
|