Esempio n. 1
0
 public Task DoWrite(int val, IPersistenceProviderErrorGrain other) => other.DoWrite(val);
Esempio n. 2
0
 public Task <int> DoRead(IPersistenceProviderErrorGrain other) => other.DoRead();
Esempio n. 3
0
 public Task <int> GetValue(IPersistenceProviderErrorGrain other) => other.GetValue();