Dc Power inherit from Power instead from Ac Power
This commit is contained in:
parent
57c5faf1e6
commit
72b781a223
|
@ -1,6 +1,6 @@
|
||||||
namespace InnovEnergy.Lib.Units.Power;
|
namespace InnovEnergy.Lib.Units.Power;
|
||||||
|
|
||||||
public sealed class DcPower : AcPower
|
public sealed class DcPower : Power
|
||||||
{
|
{
|
||||||
public override String Symbol => "W";
|
public override String Symbol => "W";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue