示例#1
0
 public HotelTypeService()
 {
     dbh = new DBHelper(myConnectionString, IsWriteLog);
 }
示例#2
0
 public JFService()
 {
     dbhelper = new DBHelper(myConnectionString, IsWriteLog);
 }