Пример #1
0
 public bool Put(Tickets item)
 {
     return(true);
 }
Пример #2
0
 public Tickets Post(Tickets item)
 {
     return(item);
 }