Exemplo n.º 1
0
 public static object[] CreateOrderAsArg(OrderType type)
 {
     return(OrderFactory.CreateOrderAsArg(type));
 }