public void InitDB() { GlobalConfig.GetConfiguration(true); testingFacade.ClearDB(); }
public void ClearDB() { testingFacade.ClearDB(); }