コード例 #1
0
        public ActionResult GetAll()
        {
            List <WithdrawalsDTO> Withdrawals = WithdrawalsBL.GetAll();

            return(Ok(Withdrawals));
        }