Exemple #1
0
 public static void UpdateBL(int discount, int amount, string notes, int active, string name,
                             string type, string typeOfTree, string color, string shoeing, int cost, int cosPrice,
                             CostumersTable selectedCostumer, orderDetailsTable selectedOrder)
 {
     DataLayer.UpdateCostumerOrder(discount, amount, notes, active, name, type, typeOfTree, color, shoeing, cost, cosPrice, selectedCostumer, selectedOrder);
 }