예제 #1
0
 public DBOutput()
 {
     db = DBConn.Instance();
 }
예제 #2
0
 public DBInput()
 {
     db = DBConn.Instance();
 }