public TicketRepositoryXUnitTest() { _repo = new TicketRepository(); _repo.ClearDatabase(); }
public void SetUp() { _repo.ClearDatabase(); //This method is created to clear the database. This should make us independent from te Seed implementation! }