Esempio n. 1
0
        public static List <Object> GetShoppingCartItems(int userid)
        {
            Dictionary <string, object> dic = new Dictionary <string, Object>();

            dic.Add("in_givenUserId", userid);
            List <Object> offeredServiceIds = ProcedureCall <Object> .returnPrimitiveList(dic, "GetShoppingCartItems");


            return(offeredServiceIds);
        }