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