Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.DestinationsResult> GetItemsAsync(string SessionKey, Rac.VOne.Web.Models.DestinationSearch option)
 {
     return(base.Channel.GetItemsAsync(SessionKey, option));
 }
Ejemplo n.º 2
0
 public Rac.VOne.Web.Models.DestinationsResult GetItems(string SessionKey, Rac.VOne.Web.Models.DestinationSearch option)
 {
     return(base.Channel.GetItems(SessionKey, option));
 }