Beispiel #1
0
        void GetPay(Payment pay)
        {
            PaymentBLL paymentBLL = new PaymentBLL();

            pay.UserID = last.UserID;
            paymentBLL.Add(pay);
        }