메소드 | 설명 | |
---|---|---|
AddItem ( |
||
CartServices ( IUnitOfWork unitOfWork, ICartItemRepository cartItemRepository ) : System.Collections.Generic | ||
GetCurrentItems ( ) : IEnumerable |
||
RemoveItem ( int productId ) : void | ||
UpdateItem ( |
public AddItem ( |
||
cartItem | ||
리턴 | void |
public CartServices ( IUnitOfWork unitOfWork, ICartItemRepository cartItemRepository ) : System.Collections.Generic | ||
unitOfWork | IUnitOfWork | |
cartItemRepository | ICartItemRepository | |
리턴 | System.Collections.Generic |
public UpdateItem ( |
||
itemUpdate | ||
리턴 | void |