Esempio n. 1
0
 public async Task <VersionSelectorStrategy> GetSelectorStrategy()
 {
     return(await StoreGrain.GetSelectorStrategy());
 }
 public async Task <VersionSelectorStrategy> GetSelectorStrategy()
 {
     ThrowIfNotEnabled();
     return(await StoreGrain.GetSelectorStrategy());
 }