1 package buckpal.application.domain.service;
2
3 @Transactional
4 public class SendMoneyService implements SendMoneyUseCase {
5   ...
6 }
