コード例 #1
0
 public ActionResult <IEnumerable <Abono> > GetAbonoCuotas()
 {
     return(Ok(CreditoService.GetAbonoCuotas()));
 }