Example #1
0
 public IEnumerable <Libro> Get()
 {
     return(libroObj.GetAllLibro());
 }