public ObjectWithConstructor(IObjectWithPropertiesInterface objectInterface)
 {
     _objectInterface = objectInterface;
 }
Exemplo n.º 2
0
 public ObjectWithConstructor(IObjectWithPropertiesInterface objectInterface)
 {
     _objectInterface = objectInterface;
 }