예제 #1
0
 protected override void Initialize(TFruitDto dto, TFruit objeto)
 {
     // Do the Apple "polishing" here
     // Call the Fruit "polish"
     base.Initialize(dto, objeto);
 }
예제 #2
0
 protected override void Initialize(TFruitDto dto, TFruit objeto)
 {
     // Do the fruit "polishing" here
 }