Exemplo n.º 1
0
 public TrackController(ITrackService trackService)
 {
     this.service = trackService.notNull();
 }