Beispiel #1
0
 public async Task Delete(HashGroupStrategy strategy)
 {
     await _hashGroupStrategyStore.Delete(strategy.ID);
 }
Beispiel #2
0
 public async Task Update(HashGroupStrategy strategy)
 {
     await _hashGroupStrategyStore.Update(strategy);
 }
Beispiel #3
0
 public async Task Add(HashGroupStrategy strategy)
 {
     await _hashGroupStrategyStore.Add(strategy);
 }