Пример #1
0
 public static void InsertarProductoAlertar(int ProductID, decimal StockMinimo)
 {
     GestionDataSetTableAdapters.QueriesTableAdapter QTA = new GestionDataSetTableAdapters.QueriesTableAdapter();
     QTA.AgregarProductoConAlertaDeStock(ProductID, StockMinimo);
 }