//Type selected Views public ActionResult ShowModifiedAllVonBis(String CommonSearchClassID) { lock (Data.DbServer3) { ListAndDetailsModel Modell = new ListAndDetailsModel(); Modell.GetModifiedAllVonBis(SearchInformationenModell.SlotGroup.All, CommonSearchClassID); return View("ListAndDetailsView", Modell); } }
public ActionResult ShowSelektionGetVonBisAll(String CommonSearchClassID) { lock (Data.DbServer3) { ListAndDetailsModel Modell = new ListAndDetailsModel(); Modell.LoadNextActiveInformationen(CommonSearchClassID); return View("ListAndDetailsView", Modell); } }
public ActionResult ShowTargetVonBisNoStandBild(String CommonSearchClassID) { lock (Data.DbServer3) { ListAndDetailsModel Modell = new ListAndDetailsModel(); Modell.GetTargetVonBis(SearchInformationenModell.SlotGroup.NoStandBild, CommonSearchClassID); return View("ListAndDetailsView", Modell); } }