Exemplo n.º 1
0
        public JSONTestObject returntestwithparams(string stuffVal)
        {
            JSONTestObject r = new JSONTestObject();

            r.Stuff = stuffVal;
            return(r);
        }
Exemplo n.º 2
0
 public JSONTestObject returntestwithparams(string stuffVal)
 {
     JSONTestObject r = new JSONTestObject();
     r.Stuff = stuffVal;
     return r;
 }