Beispiel #1
0
        public ActionResult Key(string fname, string lname)
        {
            ReportsRepository rr           = new ReportsRepository();
            List <Project>    Projects_Key = rr.Key_Assosiations(fname, lname);

            ViewData["result"] = Projects_Key;
            return(Key(fname));
        }