Exemple #1
0
 public IEnumerable <ProductoModel> ListaProductos()
 {
     return(_oProductoDAL.Lista_Producto());
 }