Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

상품 수정하기 기능 구현 #51

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

SilverTaek
Copy link
Collaborator

  • 상점 주인만 상품을 수정할 수 있도록 기능 구현

- 상점 주인만 상품을 수정할 수 있도록 기능 구현

✅ Closes: #27
@@ -10,6 +15,8 @@
public class ProductService {

private final ProductMapper productMapper;
private final StoreMapper storeMapper;
private final SessionUtils sessionUtils;
Copy link
Member

@f-lab-dev f-lab-dev Apr 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. ~~Utils는 보통 정적 메소드를 제공하는 클래스입니다. SessionServiceAuthService로 바꿔주는게 좋아보이네요
  2. 이 클래스는 사용하지 않는 것 같습니다

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants