Example #1
0
 public static List <DTOProducto> ObtenerProductos()
 {
     try
     {
         return(DAOProducto.ObtenerProductos());
     }
     catch (Exception ex)
     {
         throw;
     }
 }