Example #1
0
 public IEnumerable <Producto> Index()
 {
     return(objProduct.GetAllProducts());
 }