public UserDatabase() { databseConnections = new DatabseConnections(); cmd = new SqlCommand(); cmd.Connection = databseConnections.cnn; }
public ContinentDatabase() { databseConnections = new DatabseConnections(); cmd = new SqlCommand(); }