public AccountRelationsCustomer(String token, IRelationsCallback callback)
 {
     this.token        = token;
     relationsCallback = callback;
 }
Esempio n. 2
0
 public AccountRelationsServiceProvider()
 {
     Console.WriteLine($"AccountUpdateServiceprovider new id= {this.GetHashCode()}");
     Callback = OperationContext.Current.GetCallbackChannel <IRelationsCallback>();
 }