Пример #1
0
        static void Main(string[] args)
        {
            PaymentService ps = new PaymentService();

            ps.StartDeposit(101, "USD");
        }