Exemplo n.º 1
0
        public ActionResult DauSo()
        {
            var result = SimSoDepRepository.GetListLoaiDauSo(true);

            return(View(result));
        }
Exemplo n.º 2
0
        //
        // GET: /DauSo/

        public ActionResult GetMenuDauSo()
        {
            var result = SimSoDepRepository.GetListLoaiDauSo(false);

            return(PartialView(result));
        }