示例#1
0
 public bool Put(Tickets item)
 {
     return(true);
 }
示例#2
0
 public Tickets Post(Tickets item)
 {
     return(item);
 }