コード例 #1
0
 public IList <TwoTickets> GetListByName(string name)
 {
     return(service.GetListByName(name));
 }