예제 #1
0
 public void Put(int id, Teste teste)
 {
 }
예제 #2
0
 public string Post(Teste teste)
 {
     return(teste.Id + " - " + teste.Nome);
 }