public TracksController(TracksServiceCreator tracksServiceCreator, TracksQueryCreator tracksQueryCreator)
 {
     this.tracksServiceCreator = tracksServiceCreator;
     this.tracksQueryCreator   = tracksQueryCreator;
 }
Beispiel #2
0
 public TracksController(CommandQueuePort commandQueue, TracksQueryCreator tracksQueryCreator)
 {
     this.commandQueue       = commandQueue;
     this.tracksQueryCreator = tracksQueryCreator;
 }