Esempio n. 1
0
 public EndScreen([Inject(Id = "BeatFollower Config")] Config config, EventService eventService, BeatFollowerService beatFollowerService, ResultsViewController resultsViewController)
 {
     _resultsViewController = resultsViewController;
     _beatFollowerService   = beatFollowerService;
     _eventService          = eventService;
     _config = config;
     Setup();
 }
 public void Construct(BeatFollowerService beatFollowerService)
 {
     _beatFollowerService = beatFollowerService;
 }