Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.DestinationResult> SaveAsync(string SessionKey, Rac.VOne.Web.Models.Destination Destination)
 {
     return(base.Channel.SaveAsync(SessionKey, Destination));
 }
Exemplo n.º 2
0
 public Rac.VOne.Web.Models.DestinationResult Save(string SessionKey, Rac.VOne.Web.Models.Destination Destination)
 {
     return(base.Channel.Save(SessionKey, Destination));
 }