Ejemplo n.º 1
0
 public override System.Web.Mvc.ActionResult Edit(KidSteps.Models.Image image) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.Edit);
     callInfo.RouteValueDictionary.Add("image", image);
     return callInfo;
 }
Ejemplo n.º 2
0
 public override System.Web.Mvc.PartialViewResult Index(KidSteps.Controllers.FeedController.IndexViewModel model) {
     var callInfo = new T4MVC_PartialViewResult(Area, Name, ActionNames.Index);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }
Ejemplo n.º 3
0
 public override System.Web.Mvc.ActionResult Create(KidSteps.Controllers.ImageController.ImageViewModel imageViewModel) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.Create);
     callInfo.RouteValueDictionary.Add("imageViewModel", imageViewModel);
     return callInfo;
 }
Ejemplo n.º 4
0
 public override System.Web.Mvc.ActionResult Index(KidSteps.ViewModels.HomeIndexViewModel model) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.Index);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }
Ejemplo n.º 5
0
 public override System.Web.Mvc.ActionResult RelationshipsEdit(KidSteps.ViewModels.UserEditRelationshipsViewModel model) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.RelationshipsEdit);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }
Ejemplo n.º 6
0
 public override System.Web.Mvc.ActionResult ProfileImageEdit(KidSteps.ViewModels.ImageSelectViewModel model) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.ProfileImageEdit);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }
Ejemplo n.º 7
0
 public override System.Web.Mvc.ActionResult AddFamilyMember(KidSteps.ViewModels.AddFamilyMemberViewModel model) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.AddFamilyMember);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }
Ejemplo n.º 8
0
 public override System.Web.Mvc.ActionResult ChangePassword(KidSteps.Models.ChangePasswordModel model) {
     var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.ChangePassword);
     callInfo.RouteValueDictionary.Add("model", model);
     return callInfo;
 }