Пример #1
0
 public TurnipCommands()
 {
     _turnipCalculationService = new TurnipCalculationService();
     _turnipRepository         = new TurnipRepository();
 }
Пример #2
0
 public TurnipCalculationService()
 {
     _turnipRepository = new TurnipRepository();
     EnsureTableIsClear();
 }