示例#1
0
 public GetBookFromDaoDB(string host, string user, string password, string dbName)
 {
     DataBaseConnectionService = new DataBaseConnectionService(host, user, password, dbName);
 }
示例#2
0
 public CreateBookDaoDB(string hostAdress, string user, string password, string databaseName)
 {
     DataBaseConnectionService = new DataBaseConnectionService(hostAdress, user, password, databaseName);
 }