Exemple #1
0
 public UserDatabase()
 {
     databseConnections = new DatabseConnections();
     cmd            = new SqlCommand();
     cmd.Connection = databseConnections.cnn;
 }
Exemple #2
0
 public ContinentDatabase()
 {
     databseConnections = new DatabseConnections();
     cmd = new SqlCommand();
 }