Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Console.WriteLine("This is to call the class create order and calculate the order amount");
            CreateOrder order = new CreateOrder();

            order.Total(1, 1, 1);
        }
Exemplo n.º 2
0
        public void GivenThereAreCustomers(int p0)
        {
            CreateOrder order = new CreateOrder();

            order.Total(1, 1, 1);
        }