Beispiel #1
0
 public void UstawProdukt(Produkt p)
 {
     produkt = p;
 }
Beispiel #2
0
 public Zlecenie()
 {
     produkt = new Produkt();
 }