C# 클래스 Metotlar.SepetManager

파일 보기 프로젝트 열기: ibrhmusta/KampIntro 1 사용 예제들

공개 메소드들

메소드 설명
Ekle ( Metotlar.Product urun ) : void
Ekle2 ( string urunAdi, string aciklama, double fiyat, int stokAdedi ) : void

메소드 상세

Ekle() 공개 메소드

public Ekle ( Metotlar.Product urun ) : void
urun Metotlar.Product
리턴 void

Ekle2() 공개 메소드

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