Пример #1
0
        public ActionResult DepositInterestLookup()
        {
            var lstDepositInterestLookupDto = _interestService.GetLookup(Enums.InterestTypes.D);

            return(View("DepositInterestLookup", lstDepositInterestLookupDto));
        }