예제 #1
0
        private void HelperMethod(Location obj)
        {
            VMLoggedUser LoggedInUser = Session["LoggedInUser"] as VMLoggedUser;

            ViewBag.CommonLocationID = new SelectList(DDService.GetCommanLocation(LoggedInUser).ToList().OrderBy(aa => aa.CommonLocationName).ToList(), "PCommonLocationID", "CommonLocationName", obj.CommonLocationID);
        }