Skip to content

Commit

Permalink
[#219] refactor(AdminUseCase): 메서드 시그니처 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Sep 30, 2024
1 parent d736d0d commit dc046e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/beat/admin/port/in/AdminUseCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ public interface AdminUseCase {
List<Promotion> findAllPromotionsSortedByCarouselNumber();

List<Promotion> processPromotionsAndSortByCarouselNumber(List<PromotionModifyRequest> modifyRequests,
List<PromotionGenerateRequest> generateRequests, List<CarouselNumber> deleteCarouselNumbers);
List<PromotionGenerateRequest> generateRequests, List<CarouselNumber> deleteCarouselNumbers, List<CarouselNumber> overlappingCarouselNumbers);
}

0 comments on commit dc046e6

Please sign in to comment.