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