Ejemplo n.º 1
0
 public IActionResult GetInterest(int id)
 {
     return(Ok(Interest.GetById(id)));
 }