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

            return(View(showclintlist));
        }