Exemplo n.º 1
0
        public void AfterScenario(CroissantageService CroissantageService)
        {
            var smallRedTeam = ScenarioContext.Current.Get <Team>("smallRedTeam");

            CroissantageService.ResetCroissantage(smallRedTeam);
        }
Exemplo n.º 2
0
 public EmployeSteps(CroissantageService customerController)
 {
     this.croissantageService = customerController;
 }