Exemplo n.º 1
0
 public ReactionsController(IReactionStorage reactionStorage)
 {
     this.reactionStorage = reactionStorage;
 }