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