Exemplo n.º 1
0
 public static List <BE_Productos> Listar_Producto_Desp(BE_Productos pBE_Producto)
 {
     try
     {
         return(DA_Productos.Listar_Producto_Desp(pBE_Producto));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }