コード例 #1
0
 public DataTable MostrarLibrosCant(int cantidad)
 {
     return(usuario.MostrarLibrosCant(cantidad));
 }