public System.Threading.Tasks.Task <bool> UpdateServiceAsync(DeltaClient.Service.Service service, string Email, string MD5PassHash) { return(base.Channel.UpdateServiceAsync(service, Email, MD5PassHash)); }
public bool UpdateService(DeltaClient.Service.Service service, string Email, string MD5PassHash) { return(base.Channel.UpdateService(service, Email, MD5PassHash)); }