C# 클래스 Kaffeplaneten.Stubs.ProductDALStub

상속: IProductDAL
파일 보기 프로젝트 열기: chrban/Webapplikasjoner

공개 메소드들

메소드 설명
Delete ( int id ) : bool
add ( ProductModel productModel ) : bool
find ( int id ) : ProductModel
getAllProducts ( ) : List
update ( ProductModel productModel ) : bool
updateQuantity ( ProductModel productModel ) : bool

메소드 상세

Delete() 공개 메소드

public Delete ( int id ) : bool
id int
리턴 bool

add() 공개 메소드

public add ( ProductModel productModel ) : bool
productModel Kaffeplaneten.Models.ProductModel
리턴 bool

find() 공개 메소드

public find ( int id ) : ProductModel
id int
리턴 Kaffeplaneten.Models.ProductModel

getAllProducts() 공개 메소드

public getAllProducts ( ) : List
리턴 List

update() 공개 메소드

public update ( ProductModel productModel ) : bool
productModel Kaffeplaneten.Models.ProductModel
리턴 bool

updateQuantity() 공개 메소드

public updateQuantity ( ProductModel productModel ) : bool
productModel Kaffeplaneten.Models.ProductModel
리턴 bool