Beispiel #1
0
        public ActionResult Edit(long theeventId, long thecustomerId, long thetestId)
        {
            CustomerEventCriticalTestDataEditModel model = null;

            model = _testResultService.GetModel(theeventId, thecustomerId, thetestId);
            return(View(model));
        }