Ejemplo n.º 1
0
 public DirectCurrentDto()
 {
     NormalCurrent = new NormalCurrentDto();
     Craft = new CraftDto();
 }
Ejemplo n.º 2
0
 public AlternatingCurrentDto()
 {
     NormalCurrent = new NormalCurrentDto();
 }