GiPyoo / inandout

KISA hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccountService입출금

Ilisha29 opened this issue · comments

  • AccountService.입금(VirtualAccount from, VirtualAccount to, Long money){

// from계좌에서 money만큼빼기
// from계좌의 출금 history 생성
// to 계좌로 money만큼 더하기
// to 계좌의 입금 history 생성
}

  • 출금도 상동