예제 #1
0
 public DataTable GetDatasByCommand(string cmd)
 {
     return(SachDAO.GetDatasByCommand(cmd));
 }