Exemplo n.º 1
0
 public static void AddToBasePrice(this Product @this, BasePrice basePrice)
 {
     @this.AddBasePrice(basePrice);
 }