コード例 #1
0
 public ActionResult Create()
 {
     ViewBag.Groups = _attendanceFactory.GetEmployeeGroup().GetAll();
     return(View());
 }
コード例 #2
0
        public ActionResult Index()
        {
            IList <EmployeeGroup> d = _attendanceFactory.GetEmployeeGroup().GetAll();

            return(View(d));
        }