Exemple #1
0
 public ActionResult Index(ChangePositioningPlan command)
 {
     return(new SomeObject(command));
 }
Exemple #2
0
 public SomeObject(ChangePositioningPlan command)
 {
     _command = command;
     _command.SomePropertyMissing = true;                 //Error
 }