C# Class Metotlar.SepetManager

Afficher le fichier Open project: ibrhmusta/KampIntro Class Usage Examples

Méthodes publiques

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

Method Details

Ekle() public méthode

public Ekle ( Metotlar.Product urun ) : void
urun Metotlar.Product
Résultat void

Ekle2() public méthode

public Ekle2 ( string urunAdi, string aciklama, double fiyat, int stokAdedi ) : void
urunAdi string
aciklama string
fiyat double
stokAdedi int
Résultat void