Beispiel #1
0
 public decimal Price()
 {
     return(GetPrice() + (_birdForSale?.Price() ?? 0));
 }