C# Class Metotlar.SepetManager

Datei anzeigen Open project: ibrhmusta/KampIntro Class Usage Examples

Public Methods

Method Description
Ekle ( Metotlar.Product urun ) : void
Ekle2 ( string urunAdi, string aciklama, double fiyat, int stokAdedi ) : void

Method Details

Ekle() public method

public Ekle ( Metotlar.Product urun ) : void
urun Metotlar.Product
return void

Ekle2() public method

public Ekle2 ( string urunAdi, string aciklama, double fiyat, int stokAdedi ) : void
urunAdi string
aciklama string
fiyat double
stokAdedi int
return void