예제 #1
0
        public JsonResult ListarDivida(int userID)
        {
            INADIMPLENCIADAO _INDADIMPLENCIADAO = new INADIMPLENCIADAO();

            return(Json(_INDADIMPLENCIADAO.litarInadim(userID), JsonRequestBehavior.AllowGet));
        }
예제 #2
0
        public JsonResult CalcularDivida(INADIMPLENCIA _inadimplencia)
        {
            INADIMPLENCIADAO _INDADIMPLENCIADAO = new INADIMPLENCIADAO();

            return(Json(_INDADIMPLENCIADAO.calcularInadim(_inadimplencia), JsonRequestBehavior.AllowGet));
        }