Пример #1
0
        [HttpGet]// Load every data of the version of the order specified with the configuration of the current view
        public string getOrderVersion(int idOrder, int idVersion, int idView)
        {
            SQLServerManager SQL          = new SQLServerManager(SqlCnxStr);
            string           JsonTreeview = SQL.SP_GetCustomJsonOrderVersion(SqlCnxStr, idOrder, idVersion, idView);

            return(JsonTreeview);
        }