Пример #1
0
 internal static List <BEProducto> ListarProductos(int ID, string criterio)
 {
     return(DAOProducto.ListarProductos(ID, criterio));
 }