Example #1
0
        public ActionResult EmployeeListPartial()
        {
            var showclintlist = OfficeService.GetEmployeeOffice(WebSecurity.CurrentUserId);

            return(PartialView("~/Views/Shared/_EmployeeListPartial.cshtml", showclintlist));
        }