Beispiel #1
0
 public void TestInitialize()
 {
     globalGoalDbList = _globalGoalRepo.ReadAll();
     frontPageDb      = _frontPageRepo.Read(1);
 }
Beispiel #2
0
 private bool FrontPageExists(int id, string language)
 {
     return(_repo.Read(id) != null);
 }