コード例 #1
0
        public Vacation GetLastVacationByAccountID(int accountID)
        {
            GetVacation GetVacation = new GetVacation();

            return(GetVacation.GetLastVacationByAccountID(accountID));
        }