예제 #1
0
 public bool checkConnection_Local(string newconnectionstring, string Con_Type)
 {
     return(DB_LOCAL.checkConnection_Local(newconnectionstring, Con_Type) == true ? true : false);
 }
예제 #2
0
 public bool checkConnection_Local()
 {
     return(DB_LOCAL.checkConnection_Local() == true ? true : false);
 }