Ejemplo n.º 1
0
 public List <string> GetAllDatabases(T_Database database)
 {
     return(databaseData.GetAllDatabases(database));
 }