예제 #1
0
 private static void ShowOrder(OrderResult orderResult)
 {
     Console.WriteLine(orderResult.ToString());
 }