Exemplo n.º 1
0
 public bool Put(Tickets item)
 {
     return(true);
 }
Exemplo n.º 2
0
 public Tickets Post(Tickets item)
 {
     return(item);
 }