Exemple #1
0
 public AddCharmCommandHandler(ICharmCommandService charmCommandService)
 {
     this.charmCommandService = charmCommandService;
 }
Exemple #2
0
 public DeleteCharmCommandHandler(ICharmCommandService charmCommandService)
 {
     this.charmCommandService = charmCommandService;
 }