C# 클래스 MusicStore.Services.CartService

상속: ICartService
파일 보기 프로젝트 열기: jvaleroso/MusicStoreAngularVersion

공개 메소드들

메소드 설명
CartService ( ICartDao cartDao ) : System.Collections.Generic
Delete ( Cart genre ) : void
GetById ( long id ) : Cart
GetList ( ) : IList
Save ( Cart cart ) : Cart

메소드 상세

CartService() 공개 메소드

public CartService ( ICartDao cartDao ) : System.Collections.Generic
cartDao ICartDao
리턴 System.Collections.Generic

Delete() 공개 메소드

public Delete ( Cart genre ) : void
genre Cart
리턴 void

GetById() 공개 메소드

public GetById ( long id ) : Cart
id long
리턴 Cart

GetList() 공개 메소드

public GetList ( ) : IList
리턴 IList

Save() 공개 메소드

public Save ( Cart cart ) : Cart
cart Cart
리턴 Cart