예제 #1
0
 public DataTable Display(string sql)
 {
     return(kh_dal.Display(sql));
 }