示例#1
0
 public HttpResponseMessage Put(pantryLocation newPantryLocation)
 {
     return null;
 }
示例#2
0
 public HttpResponseMessage Post(pantryLocation pantryLocation)
 {
     return null;
 }