예제 #1
0
 public ActionResult <Credito> GetCuotas(string numero)
 {
     return(Ok(CreditoService.GetCredito(numero, "Cuotas")));
 }