コード例 #1
0
        public IActionResult getloanDesc()
        {
            var lonatype = loantypeService.GetLoanTypeDesc().Result;

            return(Ok(lonatype));
        }