Exemplo n.º 1
0
 public ActionResult AnotherAction(SomeOtherModel model)
 {
     // do SomeOtherModel stuff
     return(View());
 }
 public void Process(SomeModel source, SomeOtherModel destination, ResolutionContext context)
 {
     destination.xxxxxx = DateTimeHelper.GetCurrentUTCDateTime()
 }