コード例 #1
0
        // GET: Manager
        public ActionResult Index()
        {
            List <StructureAccountToRender> obj = SystemBLL.System_GetListInfoAccount();

            return(View(obj));
        }