public override System.Web.Mvc.ActionResult Save(Fohjin.DDD.Reporting.Dto.ClientDetailsReport client) {
     var callInfo = new T4MVC_ActionResult(Area, Name, Actions.Save);
     callInfo.RouteValues.Add("client", client);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Save(Fohjin.DDD.MVC2Beta.Areas.Account.Models.AccountActivityViewModel withdrawal) {
     var callInfo = new T4MVC_ActionResult(Area, Name, Actions.Save);
     callInfo.RouteValues.Add("withdrawal", withdrawal);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Save(Fohjin.DDD.Reporting.Dto.AccountReport account) {
     var callInfo = new T4MVC_ActionResult(Area, Name, Actions.Save);
     callInfo.RouteValues.Add("account", account);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Save(Fohjin.DDD.MVC2Beta.Areas.Account.Models.TransferViewModel transfer) {
     var callInfo = new T4MVC_ActionResult(Area, Name, Actions.Save);
     callInfo.RouteValues.Add("transfer", transfer);
     return callInfo;
 }