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