Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateVpsAsync(Web.HostingService.VPS vps)
 {
     return(base.Channel.UpdateVpsAsync(vps));
 }
Exemplo n.º 2
0
 public bool UpdateVps(Web.HostingService.VPS vps)
 {
     return(base.Channel.UpdateVps(vps));
 }