public HalfInningService() { Single = new GameEventSingleService(); Double = new GameEventDoubleService(); Triple = new GameEventTripleService(); HomeRun = new GameEventHomeRunService(); Out = new GameEventOutService(); DoublePlay = new GameEventDoublePlayService(); SacraficeHit = new GameEventSacraficeHitService(); TwoBaseSingle = new GameEventTwoBaseSingleService(); }
public GameEventSacraficeHitUnitTests() { Service = new GameEventSacraficeHitService(); }