Exemplo n.º 1
0
 private WebDatabaseUpdate GetDatabaseUpdate(Boolean refresh)
 {
     if (_databaseUpdate.IsNull() || refresh)
     {
         _databaseUpdate = DatabaseManagerTest.GetOneDatabaseUpdate(GetContext());
     }
     return(_databaseUpdate);
 }
Exemplo n.º 2
0
 public WebDatabaseUpdateTest()
 {
     _databaseUpdate = null;
 }