Exemplo n.º 1
0
 public void Arrange()
 {
     _partyTestList = new BarbacueRepository();
     _party         = new Party(new DateTime(2019, 6, 15), new BurgerBooth(150, 25, 70), new TreatBooth(200, 30));
     _partyTestList.AddPartyToList(_party);
 }