C# Class MusicStore.Services.CartService

Inheritance: ICartService
Mostrar archivo Open project: jvaleroso/MusicStoreAngularVersion

Public Methods

Method Description
CartService ( ICartDao cartDao ) : System.Collections.Generic
Delete ( Cart genre ) : void
GetById ( long id ) : Cart
GetList ( ) : IList
Save ( Cart cart ) : Cart

Method Details

CartService() public method

public CartService ( ICartDao cartDao ) : System.Collections.Generic
cartDao ICartDao
return System.Collections.Generic

Delete() public method

public Delete ( Cart genre ) : void
genre Cart
return void

GetById() public method

public GetById ( long id ) : Cart
id long
return Cart

GetList() public method

public GetList ( ) : IList
return IList

Save() public method

public Save ( Cart cart ) : Cart
cart Cart
return Cart