Exemplo n.º 1
0
 public AddCharmCommandHandler(ICharmCommandService charmCommandService)
 {
     this.charmCommandService = charmCommandService;
 }
Exemplo n.º 2
0
 public DeleteCharmCommandHandler(ICharmCommandService charmCommandService)
 {
     this.charmCommandService = charmCommandService;
 }