public OCS1003P01GetUserOptionAndOrderCountArgs(GetUserOptionInfo userOption, GetOrderCountInfo orderCount)
 {
     this._userOption = userOption;
     this._orderCount = orderCount;
 }
Ejemplo n.º 2
0
 public GetOrderCountArgs(GetOrderCountInfo orderCountInfo)
 {
     this._orderCountInfo = orderCountInfo;
 }