Пример #1
0
        public ActionResult AddInterest(AddInterestRequest request)
        {
            InterestService _interestService = new InterestService();
            BaseResponse    response         = _interestService.AddInterest(request);

            return(Json(response));
        }