Ejemplo n.º 1
0
 public ActionRouting(int actionID, daction action)
 {
     this.actionID = actionID;
     this.action = action;
 }
Ejemplo n.º 2
0
 public ActionRouting(int actionID, daction action)
 {
     this.actionID = actionID;
     this.action   = action;
 }