Example #1
0
        public ActionResult EditOtherProject(int id)
        {
            var other      = oProjec.SearchOtherProject(id);
            var otheryShow = Mapper.Map <Models.OtherProjects>(other);

            return(View(otheryShow));
        }