Пример #1
0
 public static void AddPurchaseCostumer(string shippingNumber, string receptionNumber, EmployeeTable employee,
                                        DateTime orderDate, DateTime supplyingDate, string notes, List <orderDetailsTable> Idlist, string shippingAddress)
 {
     DataLayer.AddPurchaseCostumer(shippingNumber, receptionNumber, employee, orderDate, supplyingDate, notes, shippingAddress, Idlist);
 }