Example #1
0
        public IActionResult Privacy()
        {
            var sellService = new SellService();

            sellService.Pay();
            return(View("Index"));
        }
Example #2
0
        public void Pay()
        {
            var sellService = new SellService();

            sellService.Pay();
        }