Exemplo n.º 1
0
        public string addItem(string name, int age)
        {
            SQLConnection sqlconnect = new SQLConnection();

            return(JsonConvert.SerializeObject(sqlconnect.AddLists(name, age)));
        }