コード例 #1
0
 public ActionResult <IEnumerable <Prestamos> > Get()
 {
     return(PrestamosBLL.GetEstudiante());
 }