Dc Power inherit from Power instead from Ac Power

This commit is contained in:
atef 2023-08-30 13:40:04 +02:00
parent 57c5faf1e6
commit 72b781a223
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
namespace InnovEnergy.Lib.Units.Power;
public sealed class DcPower : AcPower
public sealed class DcPower : Power
{
public override String Symbol => "W";