コード例 #1
0
        public UserMenuAPICollection GetAllUserMenu(int country = 1, int usershortcut = 1, int lang = 2)
        {
            var json = new UserMenuAPICollection();

            json.UserMenu = _statusService.GetAllUserMenu(country, usershortcut, lang);
            return(json);
        }