private void OnResetButtonClickExecute(IDatabaseSection databaseSection)
 {
     Reset();
 }
Ejemplo n.º 2
0
 public FacetsDataBaseConnectionBuilder(IDatabaseSection dbSection)
 {
     _dbSection = dbSection;
 }