public ObjectWithConstructor(IObjectWithPropertiesInterface objectInterface)
 {
     _objectInterface = objectInterface;
 }
예제 #2
0
 public ObjectWithConstructor(IObjectWithPropertiesInterface objectInterface)
 {
     _objectInterface = objectInterface;
 }