コード例 #1
0
        public List <Vacation> GetVacationByAccountID(int accountID)
        {
            GetVacation GetVacation = new GetVacation();

            return(GetVacation.GetVacationByAccountID(accountID));
        }