Exemplo n.º 1
0
 public Task DeleteSummary(ReactionsSummaryModel summary) => _redis.Delete(summary);
Exemplo n.º 2
0
 public Task <ReactionsSummaryModel> PutSummary(ReactionsSummaryModel summary)
 {
     throw new NotImplementedException();
 }