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