Esempio n. 1
0
 public ActionResult Create()
 {
     ViewBag.TitleList        = _TitleService.GetDropListTitleNull(null);
     ViewBag.ProfileList      = _ProfileService.GetDropListProfileNull(null);
     ViewBag.ManageList       = _Service.GetDropListEmplNull(null);
     ViewBag.CompanyList      = _CompanyService.GetDropListCompanyNull(null);
     ViewBag.DepartmentList   = _DepartmentService.GetDropListDepartmentNull(null);
     ViewBag.UserList         = _AccountService.GetDropListUser(null);
     ViewBag.WorkScheduleList = _WorkScheduleService.GetDropListWorkSchedule(null);
     return(View(_Service.GetNewModel()));
 }