Ejemplo n.º 1
0
 public ActionResult <IEnumerable <Abono> > GetAbonoCuotas()
 {
     return(Ok(CreditoService.GetAbonoCuotas()));
 }